Skip to content

Commit

Permalink
restore shadcn ui col
Browse files Browse the repository at this point in the history
  • Loading branch information
freds-dev committed Oct 19, 2023
1 parent f306452 commit 6cad5b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions styles/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
--color-headerBorder: #e3e3e3;

/* shadcn color definitions */
--background: "#242424";
--background: 0 0% 100%;
--foreground: 222.2 47.4% 11.2%;

--muted: 210 40% 96.1%;
Expand Down Expand Up @@ -103,16 +103,16 @@

.dark {
/* shadcn dark mode color definitions */
--background: "#242424";
--background: 224 71% 4%;
--foreground: 213 31% 91%;

--muted: "#3B3A3A";
--muted: 223 47% 11%;
--muted-foreground: 215.4 16.3% 56.9%;

--popover: 224 71% 4%;
--popover-foreground: 215 20.2% 65.1%;

--card: "#242424";
--card: 0 0% 100%;
--card-foreground: 222.2 47.4% 11.2%;

--border: 216 34% 17%;
Expand Down

0 comments on commit 6cad5b3

Please sign in to comment.