From 07fee3aa165c836d142a2e3173f7c21b926b6e3b Mon Sep 17 00:00:00 2001 From: rav4s Date: Fri, 18 Dec 2020 10:44:29 -0600 Subject: [PATCH] Add styles for all buttons/links --- static/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/styles.css b/static/styles.css index 1e0f325..c9338c7 100644 --- a/static/styles.css +++ b/static/styles.css @@ -21,17 +21,17 @@ a { border-radius: 4px; } -.header a.text { +a.text { font-size: 25px; font-weight: bold; } -.header a:hover { +a:hover { background-color: #ddd; color: black; } -.header a.active { +a.active { background-color: dodgerblue; color: white; }