Commit
·
24c3665
1
Parent(s):
ab1173c
Update templates/index.html
Browse files- templates/index.html +3 -0
templates/index.html
CHANGED
|
@@ -134,6 +134,9 @@
|
|
| 134 |
color:rgb(53, 53, 53);
|
| 135 |
transition: 0.5s ease;
|
| 136 |
}
|
|
|
|
|
|
|
|
|
|
| 137 |
.tag {
|
| 138 |
font-family: 'Helvetica';
|
| 139 |
font-weight: 50;
|
|
|
|
| 134 |
color:rgb(53, 53, 53);
|
| 135 |
transition: 0.5s ease;
|
| 136 |
}
|
| 137 |
+
.hoverButton {
|
| 138 |
+
color: rgb(53,53,53);
|
| 139 |
+
}
|
| 140 |
.tag {
|
| 141 |
font-family: 'Helvetica';
|
| 142 |
font-weight: 50;
|