Spaces:
Running
Running
Update templates/index.html
Browse files- templates/index.html +3 -1
templates/index.html
CHANGED
@@ -158,6 +158,7 @@
|
|
158 |
font-size: 10pt;
|
159 |
}
|
160 |
.hoverButton {
|
|
|
161 |
font-size: 10pt;
|
162 |
font-family: 'Andale Mono';
|
163 |
color: var(--text-color);
|
@@ -165,8 +166,9 @@
|
|
165 |
font-size: 10pt;
|
166 |
padding: 5px;
|
167 |
border-radius: 0px;
|
168 |
-
border: 1px white solid;
|
169 |
background-color: black;
|
|
|
170 |
}
|
171 |
.hoverButton:hover {
|
172 |
color: black;
|
|
|
158 |
font-size: 10pt;
|
159 |
}
|
160 |
.hoverButton {
|
161 |
+
border: none;
|
162 |
font-size: 10pt;
|
163 |
font-family: 'Andale Mono';
|
164 |
color: var(--text-color);
|
|
|
166 |
font-size: 10pt;
|
167 |
padding: 5px;
|
168 |
border-radius: 0px;
|
169 |
+
border-bottom: 1px white solid;
|
170 |
background-color: black;
|
171 |
+
|
172 |
}
|
173 |
.hoverButton:hover {
|
174 |
color: black;
|