Update app.py
Browse files
app.py
CHANGED
@@ -246,7 +246,7 @@ css = """
|
|
246 |
|
247 |
body {
|
248 |
font-family: 'Amiri', sans-serif; /* Utilisation de la police Arabe andalouse */
|
249 |
-
background-color:
|
250 |
color: black !important; /* Texte noir */
|
251 |
direction: rtl !important; /* Texte en arabe aligné à droite */
|
252 |
}
|
|
|
246 |
|
247 |
body {
|
248 |
font-family: 'Amiri', sans-serif; /* Utilisation de la police Arabe andalouse */
|
249 |
+
background-color: black; /* Fond blanc */
|
250 |
color: black !important; /* Texte noir */
|
251 |
direction: rtl !important; /* Texte en arabe aligné à droite */
|
252 |
}
|