mvaloatto commited on
Commit
5778004
1 Parent(s): 6ab669c

Update styles.css

Browse files
Files changed (1) hide show
  1. styles.css +16 -4
styles.css CHANGED
@@ -213,19 +213,31 @@ section::after {
213
  overflow: hidden;
214
  }
215
 
216
- .tabs label::before,
217
- .tabs label::after {
218
  content: '';
219
- position: absolute;
220
  top: 0;
221
  right: 0;
222
  bottom: 0;
223
  left: 0;
224
  z-index: -1;
225
  margin: -10px;
226
- background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
227
  }
228
 
 
 
 
 
 
 
 
 
 
 
 
 
 
229
  .tabs label::after {
230
  filter: blur(10px);
231
  }
 
213
  overflow: hidden;
214
  }
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
+
241
  .tabs label::after {
242
  filter: blur(10px);
243
  }