Update app.py
Browse files
app.py
CHANGED
@@ -302,8 +302,8 @@ body {
|
|
302 |
font-family: var(--font-family-arabic) !important;
|
303 |
font-size: 2rem !important;
|
304 |
font-weight: 700 !important;
|
305 |
-
color:
|
306 |
-
background-color: #
|
307 |
margin-bottom: 2rem !important;
|
308 |
text-align: center !important;
|
309 |
}
|
|
|
302 |
font-family: var(--font-family-arabic) !important;
|
303 |
font-size: 2rem !important;
|
304 |
font-weight: 700 !important;
|
305 |
+
color: white !important; /* Texte en blanc */
|
306 |
+
background-color: #3e2b1f !important; /* Fond marron foncé */
|
307 |
margin-bottom: 2rem !important;
|
308 |
text-align: center !important;
|
309 |
}
|