Spaces:
Running
Running
Update styles.css
Browse files- styles.css +1 -6
styles.css
CHANGED
@@ -237,13 +237,8 @@ section::after {
|
|
237 |
background-color: #090d14;
|
238 |
}
|
239 |
|
240 |
-
|
241 |
-
.tabs label::after {
|
242 |
-
filter: blur(10px);
|
243 |
-
}
|
244 |
-
|
245 |
.tabs label:hover {
|
246 |
-
background-color: #
|
247 |
}
|
248 |
|
249 |
.tab-content {
|
|
|
237 |
background-color: #090d14;
|
238 |
}
|
239 |
|
|
|
|
|
|
|
|
|
|
|
240 |
.tabs label:hover {
|
241 |
+
background-color: #090d14;
|
242 |
}
|
243 |
|
244 |
.tab-content {
|