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 }};