make the header link to root of the site as the case should always be ok cool

This commit is contained in:
Andrej Karpathy 2021-11-21 14:03:17 -08:00
parent 548ee210df
commit e5798ddb2f
2 changed files with 5 additions and 1 deletions

View File

@ -136,3 +136,7 @@ body {
background-color: #eee;
padding: 3px;
}
#header a{
color: white;
text-decoration: none;
}

View File

@ -21,7 +21,7 @@ var gvars = {{ gvars | tojson }};
<body>
<div id="header">
arxiv-sanity
<a href="/">arxiv-sanity</a>
</div>
<div id="controls">