From 7cc73f26846b6aa6088f041423e9b1fc493e8326 Mon Sep 17 00:00:00 2001 From: rav4s Date: Fri, 18 Dec 2020 13:55:28 -0600 Subject: [PATCH] Make button hover work --- static/styles.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/styles.css b/static/styles.css index 41ba850..2e76f54 100644 --- a/static/styles.css +++ b/static/styles.css @@ -45,8 +45,7 @@ a.overridefloat { } a.overridefloat:hover { - background-color: #ddd; - color: black; + background-color: #45a3ff; } a.text {