mvaloatto commited on
Commit
76fa696
1 Parent(s): e956d8c

Update styles.css

Browse files
Files changed (1) hide show
  1. styles.css +2 -2
styles.css CHANGED
@@ -214,7 +214,7 @@ section::after {
214
  overflow: hidden;
215
  }
216
 
217
- .tabs label::before{
218
  content: '';
219
  position: absolute;
220
  top: 0;
@@ -226,7 +226,7 @@ section::after {
226
  background-color: #0d131f;
227
  }
228
 
229
- .tabs label::after{
230
  content: '';
231
  position: absolute;
232
  top: 0;
 
214
  overflow: hidden;
215
  }
216
 
217
+ .tabs label:before{
218
  content: '';
219
  position: absolute;
220
  top: 0;
 
226
  background-color: #0d131f;
227
  }
228
 
229
+ .tabs label:after{
230
  content: '';
231
  position: absolute;
232
  top: 0;