aboutsummaryrefslogtreecommitdiff
path: root/header.html
blob: 53e75f1c5408c6fdcf31428e2d3d6a36cdff52d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<style>
html {
	line-height: 1.6;
	font-family: monospace;
	color: #1a1a1a;
	background-color: #fdfdfd;
}
@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 */
}
</style>
<title>Title</title>
<pre>
               <a href="/">Mohit Agarwal</a>
               <a href="./paper.pdf">See this as a pdf</a>