Skip to content

Commit

Permalink
Revert color changes
Browse files Browse the repository at this point in the history
  • Loading branch information
desertaxle committed Nov 6, 2024
1 parent 4af8459 commit b244d8a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ui-v2/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
@tailwind utilities;
@layer base {
:root {
--background: 228 3.23% 92%;
--background: 0 0% 100%;
--foreground: 0 0% 3.9%;
--card: 0 0% 100%;
--card-foreground: 0 0% 3.9%;
--popover: 0 0% 100%;
--popover-foreground: 0 0% 3.9%;
--primary: 228 80.34% 44%;
--primary: 0 0% 9%;
--primary-foreground: 0 0% 98%;
--secondary: 0 0% 96.1%;
--secondary-foreground: 0 0% 9%;
Expand All @@ -28,11 +28,11 @@
--chart-4: 43 74% 66%;
--chart-5: 27 87% 67%;
--radius: 0.5rem;
--sidebar-background: 228 3.23% 92%;
--sidebar-foreground: 228 6%, 9.02%;
--sidebar-background: 0 0% 98%;
--sidebar-foreground: 240 5.3% 26.1%;
--sidebar-primary: 240 5.9% 10%;
--sidebar-primary-foreground: 0 0% 98%;
--sidebar-accent: 228 17.93% 50.78% / 0.24;
--sidebar-accent: 240 4.8% 95.9%;
--sidebar-accent-foreground: 240 5.9% 10%;
--sidebar-border: 220 13% 91%;
--sidebar-ring: 217.2 91.2% 59.8%;
Expand Down

0 comments on commit b244d8a

Please sign in to comment.