Spaces:
Running
Running
Update styles.css
Browse files- styles.css +5 -5
styles.css
CHANGED
@@ -215,26 +215,26 @@ section::after {
|
|
215 |
|
216 |
.tabs label::before{
|
217 |
content: '';
|
218 |
-
position:
|
219 |
top: 0;
|
220 |
right: 0;
|
221 |
bottom: 0;
|
222 |
left: 0;
|
223 |
-
z-index: -
|
224 |
margin: -10px;
|
225 |
-
background: #0d131f;
|
226 |
}
|
227 |
|
228 |
.tabs label::after{
|
229 |
content: '';
|
230 |
-
position:
|
231 |
top: 0;
|
232 |
right: 0;
|
233 |
bottom: 0;
|
234 |
left: 0;
|
235 |
z-index: -1;
|
236 |
margin: -10px;
|
237 |
-
background: #090d14;
|
238 |
}
|
239 |
|
240 |
|
|
|
215 |
|
216 |
.tabs label::before{
|
217 |
content: '';
|
218 |
+
position: absolute;
|
219 |
top: 0;
|
220 |
right: 0;
|
221 |
bottom: 0;
|
222 |
left: 0;
|
223 |
+
z-index: -3;
|
224 |
margin: -10px;
|
225 |
+
background-color: #0d131f;
|
226 |
}
|
227 |
|
228 |
.tabs label::after{
|
229 |
content: '';
|
230 |
+
position: absolute;
|
231 |
top: 0;
|
232 |
right: 0;
|
233 |
bottom: 0;
|
234 |
left: 0;
|
235 |
z-index: -1;
|
236 |
margin: -10px;
|
237 |
+
background-color: #090d14;
|
238 |
}
|
239 |
|
240 |
|