Spaces:
Running
Running
Update styles.css
Browse files- styles.css +4 -0
styles.css
CHANGED
@@ -244,18 +244,22 @@ section::after {
|
|
244 |
z-index: -3;
|
245 |
margin: -10px;
|
246 |
background-color: #0d131f;
|
|
|
247 |
}
|
248 |
|
249 |
.tabs label:after{
|
250 |
background-color: #090d14;
|
|
|
251 |
}
|
252 |
|
253 |
.tabs label:hover {
|
254 |
background-color: #090d14;
|
|
|
255 |
}
|
256 |
|
257 |
.tabs label:active {
|
258 |
background-color: #090d14;
|
|
|
259 |
}
|
260 |
|
261 |
.tab-content {
|
|
|
244 |
z-index: -3;
|
245 |
margin: -10px;
|
246 |
background-color: #0d131f;
|
247 |
+
border-radius: 5px;
|
248 |
}
|
249 |
|
250 |
.tabs label:after{
|
251 |
background-color: #090d14;
|
252 |
+
border-radius: 5px;
|
253 |
}
|
254 |
|
255 |
.tabs label:hover {
|
256 |
background-color: #090d14;
|
257 |
+
border-radius: 5px;
|
258 |
}
|
259 |
|
260 |
.tabs label:active {
|
261 |
background-color: #090d14;
|
262 |
+
border-radius: 5px;
|
263 |
}
|
264 |
|
265 |
.tab-content {
|