Skip to content

Commit cae217d

Browse files
committed
tidy up
1 parent 0d4d2a8 commit cae217d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@
5454
--shiki-token-punctuation: var(--sk-code-base);
5555
--shiki-token-link: var(--sk-code-keyword);
5656

57-
--sk-text-warning-hsl: 32, 95%, 44%;
58-
--sk-text-warning: hsl(var(--sk-text-warning-hsl));
57+
--sk-text-warning: hsl(32, 95%, 44%);
5958

6059
/* used for coloured backgrounds e.g. blockquotes */
6160
--sk-back-translucent: hsla(0, 0%, 0%, 0.1);
@@ -101,7 +100,7 @@
101100

102101
--sk-theme-1-variant: hsl(15, 100%, 35%);
103102

104-
--sk-text-warning-hsl: 32, 67%, 56%;
103+
--sk-text-warning: hsl(32, 67%, 56%);
105104

106105
--sk-code-base: hsl(45, 7%, 75%);
107106
--sk-code-comment: hsl(0, 0%, 55%);

0 commit comments

Comments
 (0)