diff options
| author | root <root@turin.home> | 2022-02-11 22:09:06 +0000 |
|---|---|---|
| committer | root <root@turin.home> | 2022-02-11 22:09:06 +0000 |
| commit | 50e0c2cff46f0b9440b2a318cef764897c91ed84 (patch) | |
| tree | 221b669917521db230fdda688425196ebae8713a /header.html | |
| parent | 505a542168c42964d8ad47d227cb5d0bf6e4a2d4 (diff) | |
Document compliation changes.
Diffstat (limited to 'header.html')
| -rw-r--r-- | header.html | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/header.html b/header.html index cdf2d74..79887d6 100644 --- a/header.html +++ b/header.html @@ -2,19 +2,17 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <style> html { - line-height: 1.6; - font-family: monospace; - color: #1a1a1a; - background-color: #fdfdfd; + line-height: 1.5; + font-family: serif; + color: #1a1a1a; + background-color: #fdfdfd; + max-width: 70ch; + margin: auto; } @media (prefers-color-scheme: dark){ body {color:white;background:black} html {color:white;background:black} - a:link, a:visited { color: #aab9c1; } - a:hover, a:active { color: hotpink; } /* hotpink on hover */ + a:link, a:visited {color: #aab9c1;} + a:hover, a:active {color: hotpink;} } </style> -<title>Title</title> -<pre> - <a href="/">Mohit Agarwal</a> - <a href="./paper.pdf">See this as a pdf</a> |
