From 6c76103730c113f2d1ac6d8cc7104bfb141b68ad Mon Sep 17 00:00:00 2001 From: rav4s Date: Fri, 18 Dec 2020 13:52:50 -0600 Subject: [PATCH] Make button hover work --- static/styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/styles.css b/static/styles.css index 68011a4..41ba850 100644 --- a/static/styles.css +++ b/static/styles.css @@ -44,6 +44,11 @@ a.overridefloat { color: white; } +a.overridefloat:hover { + background-color: #ddd; + color: black; +} + a.text { font-size: 25px; font-weight: bold;