Skip to content

Commit 38a2b72

Browse files
authored
use vibrant accent colour
1 parent b71c83e commit 38a2b72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

colors.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:root{
2-
--accent-bg-color: AccentColor
2+
--accent-bg-color: oklch(from AccentColor 0.6638 0.1751 h);
33
}
44

55
@media (prefers-color-scheme: dark) {
@@ -21,4 +21,4 @@
2121
.view-switcher-narrow .current:focus {
2222
background-color: rgba(255, 255, 255, 0.136);
2323
}
24-
}
24+
}

0 commit comments

Comments
 (0)