Skip to content

Commit 0c21ffd

Browse files
authored
fix typo when defining background colour
1 parent 4f02099 commit 0c21ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

colors.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:root{
22
--accent-bg-color: oklch(from AccentColor 0.6638 0.1751 h);
3-
--window:bg-color: oklch(from AccentColor 0.9578 0.0058 h);
3+
--window-bg-color: oklch(from AccentColor 0.9578 0.0058 h);
44
}
55

66
@media (prefers-color-scheme: dark) {

0 commit comments

Comments
 (0)