Demosthene-OR
commited on
Commit
•
b08a52e
1
Parent(s):
8267b4e
Add
Browse files
style.css
CHANGED
@@ -16,6 +16,10 @@ h2 {
|
|
16 |
.st-cg:hover {
|
17 |
color: rgb(255, 75, 75)!important; /* Couleur du texte en mode sombre */
|
18 |
}
|
|
|
|
|
|
|
|
|
19 |
}
|
20 |
|
21 |
p {
|
@@ -96,7 +100,7 @@ section[data-testid="stSidebar"] .stSelectbox .st-bk {
|
|
96 |
}
|
97 |
|
98 |
section[data-testid="stSidebar"] .stSelectbox .st-cc {
|
99 |
-
color: rgb(255,
|
100 |
font-weight: bold;
|
101 |
}
|
102 |
|
|
|
16 |
.st-cg:hover {
|
17 |
color: rgb(255, 75, 75)!important; /* Couleur du texte en mode sombre */
|
18 |
}
|
19 |
+
section[data-testid="stSidebar"] .stSelectbox .st-cc {
|
20 |
+
color: rgb(255, 75, 75)!important;
|
21 |
+
font-weight: bold;
|
22 |
+
}
|
23 |
}
|
24 |
|
25 |
p {
|
|
|
100 |
}
|
101 |
|
102 |
section[data-testid="stSidebar"] .stSelectbox .st-cc {
|
103 |
+
color: rgb(255, 75, 75);
|
104 |
font-weight: bold;
|
105 |
}
|
106 |
|