Skip to content

Commit 72251d9

Browse files
committed
reduce fg saturation
1 parent ce128dc commit 72251d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@
4949
--sk-bg-hue: 220;
5050

5151
/* 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%);
52+
--sk-fg-1: hsl(var(--sk-bg-hue), 2%, 90%);
53+
--sk-fg-2: hsl(var(--sk-bg-hue), 3%, 80%);
54+
--sk-fg-3: hsl(var(--sk-bg-hue), 5%, 65%);
55+
--sk-fg-4: hsl(var(--sk-bg-hue), 5%, 45%);
5656
--sk-fg-accent: hsl(12, 94%, 62%);
5757

5858
/* Background colours */

0 commit comments

Comments
 (0)