Themes: cleanup slightly

This commit is contained in:
MotorTruck1221
2025-03-26 00:24:45 -06:00
parent a7b20c3ef6
commit 584ec7e215
6 changed files with 47 additions and 44 deletions
+19 -19
View File
@@ -1,21 +1,21 @@
.bluelight {
--background: hsl(230 8% 85%) !important;
--foreground: hsl(229 26% 28%) !important;
--muted: hsl(230 12% 81%) !important;
--muted-foreground: hsl(230 12% 21%) !important;
--popover: hsl(230 8% 82%) !important;
--popover-foreground: hsl(229 26% 18%) !important;
--card: hsl(230 8% 83%) !important;
--card-foreground: hsl(229 26% 23%) !important;
--border: hsl(0 0% 80%) !important;
--input: hsl(0 0% 77%) !important;
--primary: hsl(223 42% 57%) !important;
--primary-foreground: hsl(0 0% 100%) !important;
--secondary: hsl(223 30% 75%) !important;
--secondary-foreground: hsl(223 30% 15%) !important;
--accent: hsl(230 8% 70%) !important;
--accent-foreground: hsl(230 8% 10%) !important;
--destructive: hsl(2 82% 30%) !important;
--destructive-foreground: hsl(2 82% 90%) !important;
--ring: hsl(223 42% 57%) !important;
--background: hsl(230 8% 85%);
--foreground: hsl(229 26% 28%);
--muted: hsl(230 12% 81%);
--muted-foreground: hsl(230 12% 21%);
--popover: hsl(230 8% 82%);
--popover-foreground: hsl(229 26% 18%);
--card: hsl(230 8% 83%);
--card-foreground: hsl(229 26% 23%);
--border: hsl(0 0% 80%);
--input: hsl(0 0% 77%);
--primary: hsl(223 42% 57%);
--primary-foreground: hsl(0 0% 100%);
--secondary: hsl(223 30% 75%);
--secondary-foreground: hsl(223 30% 15%);
--accent: hsl(230 8% 70%);
--accent-foreground: hsl(230 8% 10%);
--destructive: hsl(2 82% 30%);
--destructive-foreground: hsl(2 82% 90%);
--ring: hsl(223 42% 57%);
}