Skip to content

Commit edaa6f3

Browse files
committed
feat: added distinct accent color
1 parent e28fc8d commit edaa6f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/globals.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
--secondary-foreground: 222.2 47.4% 11.2%;
3232

3333
--accent: 210 40% 96.1%;
34-
--accent-foreground: 137, 49%, 29%;
34+
--accent-foreground: 223 94% 66%;
3535

3636
--destructive: 0 100% 50%;
3737
--destructive-foreground: 210 40% 98%;
@@ -64,7 +64,7 @@
6464
--secondary-foreground: 210 40% 98%;
6565

6666
--accent: 216 34% 17%;
67-
--accent-foreground: 210 40% 98%;
67+
--accent-foreground: 223 94% 66%;
6868

6969
--destructive: 0 63% 31%;
7070
--destructive-foreground: 210 40% 98%;

0 commit comments

Comments
 (0)