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
+4
View File
@@ -136,3 +136,7 @@ body {
background-color: #eee;
padding: 3px;
}
#header a{
color: white;
text-decoration: none;
}