Nischal Subedi
commited on
Commit
·
6d02999
1
Parent(s):
b058bef
UI update
Browse files
app.py
CHANGED
|
@@ -312,9 +312,9 @@ Answer:"""
|
|
| 312 |
--error-bg: #FFF0E0;
|
| 313 |
--error-border: #FFD2B2;
|
| 314 |
--error-text: #E05C00;
|
| 315 |
-
/*
|
| 316 |
-
--gradient-start: #
|
| 317 |
-
--gradient-end: #
|
| 318 |
}
|
| 319 |
|
| 320 |
/* Dark theme variables */
|
|
@@ -333,9 +333,9 @@ Answer:"""
|
|
| 333 |
--error-bg: #3A2A2A;
|
| 334 |
--error-border: #FF8C00;
|
| 335 |
--error-text: #FF8C00;
|
| 336 |
-
/*
|
| 337 |
-
--gradient-start: #
|
| 338 |
-
--gradient-end: #
|
| 339 |
}
|
| 340 |
|
| 341 |
body, html {
|
|
@@ -431,6 +431,8 @@ Answer:"""
|
|
| 431 |
gap: 1.25rem !important;
|
| 432 |
}
|
| 433 |
|
|
|
|
|
|
|
| 434 |
.dashboard-card-section {
|
| 435 |
background-color: var(--background-primary) !important;
|
| 436 |
border: 2px solid var(--border-color) !important;
|
|
|
|
| 312 |
--error-bg: #FFF0E0;
|
| 313 |
--error-border: #FFD2B2;
|
| 314 |
--error-text: #E05C00;
|
| 315 |
+
/* Updated variables for the light orange gradient */
|
| 316 |
+
--gradient-start: #FFB266; /* Light orange */
|
| 317 |
+
--gradient-end: #FFCC99; /* Even lighter orange, almost peachy */
|
| 318 |
}
|
| 319 |
|
| 320 |
/* Dark theme variables */
|
|
|
|
| 333 |
--error-bg: #3A2A2A;
|
| 334 |
--error-border: #FF8C00;
|
| 335 |
--error-text: #FF8C00;
|
| 336 |
+
/* Updated variables for the light orange gradient in dark theme */
|
| 337 |
+
--gradient-start: #FFB266; /* Light orange */
|
| 338 |
+
--gradient-end: #FFCC99; /* Even lighter orange, almost peachy */
|
| 339 |
}
|
| 340 |
|
| 341 |
body, html {
|
|
|
|
| 431 |
gap: 1.25rem !important;
|
| 432 |
}
|
| 433 |
|
| 434 |
+
|
| 435 |
+
|
| 436 |
.dashboard-card-section {
|
| 437 |
background-color: var(--background-primary) !important;
|
| 438 |
border: 2px solid var(--border-color) !important;
|