We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce128dc commit 72251d9Copy full SHA for 72251d9
packages/site-kit/src/lib/styles/tokens/colours.css
@@ -49,10 +49,10 @@
49
--sk-bg-hue: 220;
50
51
/* Foreground colours */
52
- --sk-fg-1: hsl(var(--sk-bg-hue), 10%, 90%);
53
- --sk-fg-2: hsl(var(--sk-bg-hue), 10%, 80%);
54
- --sk-fg-3: hsl(var(--sk-bg-hue), 10%, 65%);
55
- --sk-fg-4: hsl(var(--sk-bg-hue), 10%, 45%);
+ --sk-fg-1: hsl(var(--sk-bg-hue), 2%, 90%);
+ --sk-fg-2: hsl(var(--sk-bg-hue), 3%, 80%);
+ --sk-fg-3: hsl(var(--sk-bg-hue), 5%, 65%);
+ --sk-fg-4: hsl(var(--sk-bg-hue), 5%, 45%);
56
--sk-fg-accent: hsl(12, 94%, 62%);
57
58
/* Background colours */
0 commit comments