Trabis commited on
Commit
43ad268
·
verified ·
1 Parent(s): 2b3f56e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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: #b20606 !important;
306
- background-color: #ecf836 !important;
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
  }