Browse Source

Make button hover work

pull/1/head
Ravi Shah 5 years ago
parent
commit
6c76103730
  1. 5
      static/styles.css

5
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;

Loading…
Cancel
Save