Spaces:
Running
Running
Update styles.css
Browse files- styles.css +0 -10
styles.css
CHANGED
@@ -212,8 +212,6 @@ section::after {
|
|
212 |
position: relative;
|
213 |
overflow: hidden;
|
214 |
background-color: #0d131f;
|
215 |
-
margin-right: 10px;
|
216 |
-
border-radius: 5px;
|
217 |
}
|
218 |
|
219 |
.tabs label:before{
|
@@ -229,14 +227,6 @@ section::after {
|
|
229 |
}
|
230 |
|
231 |
.tabs label:after{
|
232 |
-
content: '';
|
233 |
-
position: absolute;
|
234 |
-
top: 0;
|
235 |
-
right: 0;
|
236 |
-
bottom: 0;
|
237 |
-
left: 0;
|
238 |
-
z-index: -1;
|
239 |
-
margin: -10px;
|
240 |
background-color: #090d14;
|
241 |
}
|
242 |
|
|
|
212 |
position: relative;
|
213 |
overflow: hidden;
|
214 |
background-color: #0d131f;
|
|
|
|
|
215 |
}
|
216 |
|
217 |
.tabs label:before{
|
|
|
227 |
}
|
228 |
|
229 |
.tabs label:after{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
230 |
background-color: #090d14;
|
231 |
}
|
232 |
|