Skip to content

Commit 2c92f64

Browse files
committed
fix dark mode
1 parent b2497a8 commit 2c92f64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
--sk-bg-3: hsl(var(--sk-bg-hue), 14%, 16%);
6464
--sk-bg-4: hsl(var(--sk-bg-hue), 15%, 21%);
6565
--sk-bg-accent: hsl(15, 100%, 35%);
66+
--sk-bg-highlight: hsl(60, 100%, 15%);
6667

6768
/* Border colour */
6869
--sk-border: hsl(var(--sk-bg-hue), 15%, 22%);

0 commit comments

Comments
 (0)