Skip to content

Commit b71c83e

Browse files
author
LinuxJava7
committed
use system accent colour
1 parent 74bb271 commit b71c83e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

colors.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
:root{
2+
--accent-bg-color: AccentColor
3+
}
4+
15
@media (prefers-color-scheme: dark) {
26
.view-switcher a:hover,
37
.view-switcher a:focus,

style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
@import 'catppuccin.css';
2+
23
@import 'colors.css';
3-
/* Root Variables - Light Mode (Default) */
44

5+
/* Root Variables - Light Mode (Default) */
56
:root {
67
/* Layout Variables */
78
--pagewidth: 50rem;

0 commit comments

Comments
 (0)