From e5798ddb2fc6843d9d2fe799b8f3d4d98e818c18 Mon Sep 17 00:00:00 2001 From: Andrej Karpathy Date: Sun, 21 Nov 2021 14:03:17 -0800 Subject: [PATCH] make the header link to root of the site as the case should always be ok cool --- static/style.css | 4 ++++ templates/index.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 306913d..7e01e41 100644 --- a/static/style.css +++ b/static/style.css @@ -136,3 +136,7 @@ body { background-color: #eee; padding: 3px; } +#header a{ + color: white; + text-decoration: none; +} \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 7a8205c..f81410a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -21,7 +21,7 @@ var gvars = {{ gvars | tojson }};