Rajak13 commited on
Commit
e36176a
·
verified ·
1 Parent(s): 3293ecf

Fix: Preserve original Ink Wash color palette - remove accidental dark mode override (#4)

Browse files

- Fix: Preserve original Ink Wash color palette - remove accidental dark mode override (8be6e71a0d9141f102eb70f637cbf39a336ced00)

Files changed (1) hide show
  1. webapp/static/css/style.css +0 -28
webapp/static/css/style.css CHANGED
@@ -895,34 +895,6 @@ body {
895
  }
896
  }
897
 
898
- @media (prefers-color-scheme: dark) {
899
- /* Optional: Add dark mode support */
900
- :root {
901
- --charcoal: #e5e5e5;
902
- --cool-gray: #6b7280;
903
- --soft-ivory: #1f2937;
904
- --slate-blue: #93c5fd;
905
- --card-bg: #374151;
906
- --white: #111827;
907
- }
908
-
909
- body {
910
- background: var(--soft-ivory);
911
- color: var(--charcoal);
912
- }
913
-
914
- .text-input, .output-text, .model-select {
915
- background: #374151;
916
- color: #e5e5e5;
917
- border-color: #6b7280;
918
- }
919
-
920
- .input-section, .output-section, .model-card, .chart-section {
921
- background: #374151;
922
- border-color: #6b7280;
923
- }
924
- }
925
-
926
  /* Comparison Page Styles */
927
  .comparison-input-section {
928
  background: white;
 
895
  }
896
  }
897
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
898
  /* Comparison Page Styles */
899
  .comparison-input-section {
900
  background: white;