Update templates/index.html
Browse files- templates/index.html +4 -1
templates/index.html
CHANGED
|
@@ -166,7 +166,6 @@
|
|
| 166 |
padding: 5px;
|
| 167 |
border-radius: 0px;
|
| 168 |
border: 1px white solid;
|
| 169 |
-
background-color: black;
|
| 170 |
}
|
| 171 |
.hoverButton:hover {
|
| 172 |
color: black;
|
|
@@ -177,6 +176,10 @@
|
|
| 177 |
color:var(--text-color);
|
| 178 |
}
|
| 179 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 180 |
#share {
|
| 181 |
cursor: pointer;
|
| 182 |
margin: auto;
|
|
|
|
| 166 |
padding: 5px;
|
| 167 |
border-radius: 0px;
|
| 168 |
border: 1px white solid;
|
|
|
|
| 169 |
}
|
| 170 |
.hoverButton:hover {
|
| 171 |
color: black;
|
|
|
|
| 176 |
color:var(--text-color);
|
| 177 |
}
|
| 178 |
|
| 179 |
+
#location-name:hover {
|
| 180 |
+
color: black;
|
| 181 |
+
}
|
| 182 |
+
|
| 183 |
#share {
|
| 184 |
cursor: pointer;
|
| 185 |
margin: auto;
|