Skip to content

Commit

Permalink
🖤 Update black color (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClumsyVlad authored Mar 5, 2024
1 parent aa369a9 commit 071da13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
@layer base {
:root {
--background: 0 0% 100%;
--foreground: 0 0% 3.9%;
--foreground: 0 0% 15%;

--card: 0 0% 100%;
--card-foreground: 0 0% 3.9%;
--card-foreground: 0 0% 15%;

--popover: 0 0% 100%;
--popover-foreground: 0 0% 3.9%;
--popover-foreground: 0 0% 15%;

--primary: 0 0% 9%;
--primary-foreground: 0 0% 98%;
Expand All @@ -30,7 +30,7 @@

--border: 0 0% 89.8%;
--input: 0 0% 89.8%;
--ring: 0 0% 3.9%;
--ring: 0 0% 15%;

--radius: 0.5rem;
}
Expand Down

0 comments on commit 071da13

Please sign in to comment.