Trabis commited on
Commit
50439f0
·
verified ·
1 Parent(s): 5950c17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -348,7 +348,7 @@ custom_css = """
348
  --primary-color: #2D3748;
349
  --secondary-color: #4A5568;
350
  --accent-color: #4299E1;
351
- --background-color: #F7FAFC;
352
  --border-radius: 8px;
353
  --font-family-arabic: 'Noto Sans Arabic', Arial, sans-serif;
354
  }
@@ -372,7 +372,7 @@ body {
372
  padding: 1rem !important;
373
  border-radius: var(--border-radius) !important;
374
  border: 1px solid #E2E8F0 !important;
375
- background-color: white !important;
376
  font-size: 1.1rem !important;
377
  line-height: 1.6 !important;
378
  font-family: var(--font-family-arabic) !important;
 
348
  --primary-color: #2D3748;
349
  --secondary-color: #4A5568;
350
  --accent-color: #4299E1;
351
+ --background-color: #ffd966;
352
  --border-radius: 8px;
353
  --font-family-arabic: 'Noto Sans Arabic', Arial, sans-serif;
354
  }
 
372
  padding: 1rem !important;
373
  border-radius: var(--border-radius) !important;
374
  border: 1px solid #E2E8F0 !important;
375
+ background-color: #ffd966 !important;
376
  font-size: 1.1rem !important;
377
  line-height: 1.6 !important;
378
  font-family: var(--font-family-arabic) !important;