Browse Source

Add styles for all buttons/links

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

6
static/styles.css

@ -21,17 +21,17 @@ a {
border-radius: 4px; border-radius: 4px;
} }
.header a.text {
a.text {
font-size: 25px; font-size: 25px;
font-weight: bold; font-weight: bold;
} }
.header a:hover {
a:hover {
background-color: #ddd; background-color: #ddd;
color: black; color: black;
} }
.header a.active {
a.active {
background-color: dodgerblue; background-color: dodgerblue;
color: white; color: white;
} }

Loading…
Cancel
Save