We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74bb271 commit b71c83eCopy full SHA for b71c83e
colors.css
@@ -1,3 +1,7 @@
1
+:root{
2
+ --accent-bg-color: AccentColor
3
+}
4
+
5
@media (prefers-color-scheme: dark) {
6
.view-switcher a:hover,
7
.view-switcher a:focus,
style.css
@@ -1,7 +1,8 @@
@import 'catppuccin.css';
@import 'colors.css';
-/* Root Variables - Light Mode (Default) */
+/* Root Variables - Light Mode (Default) */
:root {
/* Layout Variables */
8
--pagewidth: 50rem;
0 commit comments