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;