Update templates/index.html
Browse files- templates/index.html +2 -0
templates/index.html
CHANGED
|
@@ -166,9 +166,11 @@
|
|
| 166 |
padding: 5px;
|
| 167 |
border-radius: 0px;
|
| 168 |
border: 1px white solid;
|
|
|
|
| 169 |
}
|
| 170 |
.hoverButton:hover {
|
| 171 |
color: black;
|
|
|
|
| 172 |
}
|
| 173 |
.tag {
|
| 174 |
font-family: 'Andale Mono';
|
|
|
|
| 166 |
padding: 5px;
|
| 167 |
border-radius: 0px;
|
| 168 |
border: 1px white solid;
|
| 169 |
+
background-color: black;
|
| 170 |
}
|
| 171 |
.hoverButton:hover {
|
| 172 |
color: black;
|
| 173 |
+
background-color: white;
|
| 174 |
}
|
| 175 |
.tag {
|
| 176 |
font-family: 'Andale Mono';
|