Skip to content

Commit 90cacb6

Browse files
authored
use -webkit-font-smoothing: antialiased in dark mode, bump lightness (sveltejs#491)
1 parent a5aef33 commit 90cacb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125

126126
&.dark {
127127
color-scheme: dark;
128+
-webkit-font-smoothing: antialiased;
128129

129130
--sk-back-hue: 220;
130131

@@ -137,7 +138,7 @@
137138
--sk-back-translucent: hsl(0 0 100 / 0.1);
138139
--sk-theme-1-hsl: 12, 94%, 62%;
139140
--sk-text-1: hsl(var(--sk-back-hue) 10 90%);
140-
--sk-text-2: hsl(var(--sk-back-hue) 10 70%);
141+
--sk-text-2: hsl(var(--sk-back-hue) 10 80%);
141142
--sk-text-3: hsl(var(--sk-back-hue) 10 65%);
142143
--sk-text-4: hsl(var(--sk-back-hue) 10 45%);
143144
--sk-text-translucent: hsla(0, 0%, 100%, 0.9);

0 commit comments

Comments
 (0)