Skip to content

Commit

Permalink
Add Blue Colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Lermatroid committed Jul 22, 2024
1 parent 8361616 commit 119b693
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apps/web/src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
--foreground: 240 10% 3.9%;

--nav: 32 48% 94%;
--hackathon-primary: 67 42% 62%;
--hackathon-primary: 206 86% 52%;

--muted: 28 27% 53%;
--muted-foreground: 240 3.8% 46.1%;
Expand Down Expand Up @@ -38,10 +38,10 @@

--radius: 0.5rem;

--gradient-color-1: #355c2b;
--gradient-color-2: #94a33d;
--gradient-color-3: #babc34;
--gradient-color-4: #b5bf63;
--gradient-color-1: #668cff;
--gradient-color-2: #3366ff;
--gradient-color-3: #002db3;
--gradient-color-4: #1952cc;
}
.dark {
--background: 240 10% 3.9%;
Expand Down

0 comments on commit 119b693

Please sign in to comment.