Skip to content

Commit 8d39efd

Browse files
committed
accommodate prettier
1 parent c9587a2 commit 8d39efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
color-scheme: light;
1010

1111
/* Foreground colours */
12-
--sk-fg-1: hsl(0, 0%, 5%); /* for things that behave as headings, and (very sparingly) as a highlight colour */
12+
--sk-fg-1: hsl(0, 0%, 5%); /* for headings, and (very sparingly) as a highlight colour */
1313
--sk-fg-2: hsl(0, 0%, 12%); /* most text should be this colour */
1414
--sk-fg-3: hsl(0, 0%, 27%); /* secondary text (e.g. figcaptions) */
1515
--sk-fg-4: hsl(0, 0%, 45%); /* faded text (disabled buttons, comments etc) */

0 commit comments

Comments
 (0)