Update app.py
Browse files
app.py
CHANGED
@@ -348,7 +348,7 @@ custom_css = """
|
|
348 |
--primary-color: #2D3748;
|
349 |
--secondary-color: #4A5568;
|
350 |
--accent-color: #4299E1;
|
351 |
-
--background-color: #
|
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:
|
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;
|