Spaces:
Running
Running
Update styles.css
Browse files- styles.css +2 -0
styles.css
CHANGED
@@ -228,6 +228,7 @@ section::after {
|
|
228 |
margin-bottom: 10px;
|
229 |
background-color: #0d131f;
|
230 |
border-radius: 5px;
|
|
|
231 |
}
|
232 |
|
233 |
.tabs input[type="radio"] {
|
@@ -242,6 +243,7 @@ section::after {
|
|
242 |
overflow: hidden;
|
243 |
background-color: #0d131f;
|
244 |
border-radius: 5px;
|
|
|
245 |
}
|
246 |
|
247 |
.tabs label:before{
|
|
|
228 |
margin-bottom: 10px;
|
229 |
background-color: #0d131f;
|
230 |
border-radius: 5px;
|
231 |
+
transition-duration: 0.4s;
|
232 |
}
|
233 |
|
234 |
.tabs input[type="radio"] {
|
|
|
243 |
overflow: hidden;
|
244 |
background-color: #0d131f;
|
245 |
border-radius: 5px;
|
246 |
+
transition-duration: 0.4s;
|
247 |
}
|
248 |
|
249 |
.tabs label:before{
|