From 21d046d4e231bc5fecc68fd55cb4e110cfca4f95 Mon Sep 17 00:00:00 2001 From: Benjamyn Love Date: Sat, 22 Feb 2020 16:46:49 +1100 Subject: [PATCH] Made color scheme consistent --- static/css/main.css | 5 +++++ templates/admin.html | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index 33de747..2ee1ca8 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -30,6 +30,11 @@ aside { color: azure; } +.addlist { + background-color: #2a2a2a; + color: azure; +} + #logbtn { left: 10em; padding-top: 10px; diff --git a/templates/admin.html b/templates/admin.html index 0bdc9ec..f558587 100644 --- a/templates/admin.html +++ b/templates/admin.html @@ -53,7 +53,7 @@
- +
@@ -76,9 +76,9 @@
- +
- - {% for x in data["lists"] %}