Skip to content

Commit 89aeab2

Browse files
committed
increase contrast
1 parent 5281b9e commit 89aeab2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/site-kit/src/lib/styles/tokens.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
--sk-shadow: drop-shadow(0px 0px 14px rgba(0, 0, 0, 0.1));
7474

7575
/* same in light mode, different in dark mode */
76-
--sk-theme-1-variant: hsl(15, 100%, 50%);
76+
--sk-theme-1-variant: var(--sk-theme-1);
7777

7878
--sk-code-base: var(--sk-text-2);
7979
--sk-code-comment: var(--sk-text-4);
@@ -152,7 +152,7 @@
152152
--sk-scrollbar: rgba(255, 255, 255, 0.3);
153153
--sk-shadow: drop-shadow(1px 2px 16px rgba(0, 0, 0, 0.5));
154154

155-
--sk-theme-1-variant: hsl(15, 100%, 40%);
155+
--sk-theme-1-variant: hsl(15, 100%, 35%);
156156

157157
--sk-text-warning-hsl: 32, 67%, 56%;
158158

0 commit comments

Comments
 (0)