Trabis commited on
Commit
2a881cf
·
verified ·
1 Parent(s): 28f3825

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: yellow; /* Fond blanc */
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
  }