diff options
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> |
