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 c9587a2 commit 8d39efdCopy full SHA for 8d39efd
packages/site-kit/src/lib/styles/tokens/colours.css
@@ -9,7 +9,7 @@
9
color-scheme: light;
10
11
/* Foreground colours */
12
- --sk-fg-1: hsl(0, 0%, 5%); /* for things that behave as headings, and (very sparingly) as a highlight colour */
+ --sk-fg-1: hsl(0, 0%, 5%); /* for headings, and (very sparingly) as a highlight colour */
13
--sk-fg-2: hsl(0, 0%, 12%); /* most text should be this colour */
14
--sk-fg-3: hsl(0, 0%, 27%); /* secondary text (e.g. figcaptions) */
15
--sk-fg-4: hsl(0, 0%, 45%); /* faded text (disabled buttons, comments etc) */
0 commit comments