Update app.py
Browse files
app.py
CHANGED
@@ -153,6 +153,19 @@ if selecte == "Accueil":
|
|
153 |
background-color: #70ad46;
|
154 |
color:white;
|
155 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
156 |
</style>
|
157 |
"""
|
158 |
, unsafe_allow_html=True)
|
|
|
153 |
background-color: #70ad46;
|
154 |
color:white;
|
155 |
}
|
156 |
+
.st-emotion-cache-16idsys p {
|
157 |
+
font-size: 20px;
|
158 |
+
color: black;
|
159 |
+
}
|
160 |
+
.st-emotion-cache-1vbkxwb p{
|
161 |
+
font-size: 20px;
|
162 |
+
}
|
163 |
+
.st-emotion-cache-1wrcr25{
|
164 |
+
background-color: #b1d1a0;
|
165 |
+
}
|
166 |
+
.st-emotion-cache-18ni7ap{
|
167 |
+
background-color: #b1d1a0;
|
168 |
+
}
|
169 |
</style>
|
170 |
"""
|
171 |
, unsafe_allow_html=True)
|