mvaloatto commited on
Commit
6897029
1 Parent(s): 5778004

Update styles.css

Browse files
Files changed (1) hide show
  1. styles.css +5 -5
styles.css CHANGED
@@ -215,26 +215,26 @@ section::after {
215
 
216
  .tabs label::before{
217
  content: '';
218
- position: left;
219
  top: 0;
220
  right: 0;
221
  bottom: 0;
222
  left: 0;
223
- z-index: -1;
224
  margin: -10px;
225
- background: #0d131f;
226
  }
227
 
228
  .tabs label::after{
229
  content: '';
230
- position: left;
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