Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -68,7 +68,7 @@
|
|
| 68 |
}
|
| 69 |
|
| 70 |
.tab-button {
|
| 71 |
-
background-color: #
|
| 72 |
color: white;
|
| 73 |
border: none;
|
| 74 |
padding: 10px 20px;
|
|
@@ -78,7 +78,7 @@
|
|
| 78 |
}
|
| 79 |
|
| 80 |
.tab-button:hover {
|
| 81 |
-
background-color: #
|
| 82 |
}
|
| 83 |
.tab-button.active{
|
| 84 |
background-color: #fa64a9;
|
|
|
|
| 68 |
}
|
| 69 |
|
| 70 |
.tab-button {
|
| 71 |
+
background-color: #696969;
|
| 72 |
color: white;
|
| 73 |
border: none;
|
| 74 |
padding: 10px 20px;
|
|
|
|
| 78 |
}
|
| 79 |
|
| 80 |
.tab-button:hover {
|
| 81 |
+
background-color: #fa64a9;
|
| 82 |
}
|
| 83 |
.tab-button.active{
|
| 84 |
background-color: #fa64a9;
|