Nischal Subedi commited on
Commit
6d02999
·
1 Parent(s): b058bef
Files changed (1) hide show
  1. app.py +8 -6
app.py CHANGED
@@ -312,9 +312,9 @@ Answer:"""
312
  --error-bg: #FFF0E0;
313
  --error-border: #FFD2B2;
314
  --error-text: #E05C00;
315
- /* New variables for the orange gradient */
316
- --gradient-start: #D68A2E; /* Darker shade of orange-brown */
317
- --gradient-end: #F5B261; /* Lighter shade of orange-brown */
318
  }
319
 
320
  /* Dark theme variables */
@@ -333,9 +333,9 @@ Answer:"""
333
  --error-bg: #3A2A2A;
334
  --error-border: #FF8C00;
335
  --error-text: #FF8C00;
336
- /* New variables for the orange gradient in dark theme */
337
- --gradient-start: #D68A2E; /* Keep the same gradient for consistency */
338
- --gradient-end: #F5B261; /* Keep the same gradient for consistency */
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;