Spaces:
Runtime error
Runtime error
Update style.css
Browse filesChangement de couleur
style.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
section[data-testid='stSidebar'] {
|
| 2 |
-
background-color:
|
| 3 |
flex-shrink: unset !important;
|
| 4 |
|
| 5 |
}
|
|
@@ -19,7 +19,7 @@ section[data-testid='stSidebar'] {
|
|
| 19 |
z-index: 1;
|
| 20 |
top: 0;
|
| 21 |
left: 0;
|
| 22 |
-
background-color:
|
| 23 |
overflow-x: hidden;
|
| 24 |
transition: 0.5s ease;
|
| 25 |
padding-top: 60px;
|
|
@@ -55,7 +55,7 @@ section[data-testid='stSidebar'] {
|
|
| 55 |
z-index: 1;
|
| 56 |
top: 0;
|
| 57 |
left: 0;
|
| 58 |
-
background-color:
|
| 59 |
overflow-x: hidden;
|
| 60 |
transition: 0.5s ease;
|
| 61 |
padding-top: 60px;
|
|
|
|
| 1 |
section[data-testid='stSidebar'] {
|
| 2 |
+
background-color: RGB(55, 71, 79);
|
| 3 |
flex-shrink: unset !important;
|
| 4 |
|
| 5 |
}
|
|
|
|
| 19 |
z-index: 1;
|
| 20 |
top: 0;
|
| 21 |
left: 0;
|
| 22 |
+
background-color: RGB(55, 71, 79);
|
| 23 |
overflow-x: hidden;
|
| 24 |
transition: 0.5s ease;
|
| 25 |
padding-top: 60px;
|
|
|
|
| 55 |
z-index: 1;
|
| 56 |
top: 0;
|
| 57 |
left: 0;
|
| 58 |
+
background-color: RGB(55, 71, 79);
|
| 59 |
overflow-x: hidden;
|
| 60 |
transition: 0.5s ease;
|
| 61 |
padding-top: 60px;
|