Spaces:
Running
Running
BraydenMoore
commited on
Commit
•
706cd6b
1
Parent(s):
4919080
Update templates/index.html
Browse files- templates/index.html +3 -0
templates/index.html
CHANGED
@@ -149,6 +149,9 @@
|
|
149 |
.hoverButton {
|
150 |
color: var(--text-color);
|
151 |
}
|
|
|
|
|
|
|
152 |
.tag {
|
153 |
font-family: 'Helvetica';
|
154 |
font-weight: 50;
|
|
|
149 |
.hoverButton {
|
150 |
color: var(--text-color);
|
151 |
}
|
152 |
+
.hoverButton:hover {
|
153 |
+
color: black;
|
154 |
+
}
|
155 |
.tag {
|
156 |
font-family: 'Helvetica';
|
157 |
font-weight: 50;
|