This commit is contained in:
Mirco Wittrien 2023-11-08 13:21:55 +01:00
parent b5f599ca5d
commit 5329d5c9bb
2 changed files with 4 additions and 4 deletions

View File

@ -16,8 +16,8 @@
--bd-blue-hover: var(--accentcolor-hover) !important;
--bd-blue-active: var(--accentcolor-active) !important;
--blurple: rgb(var(--accentcolor)) !important;
}
html:root {
--accentcolor_v: var(--accentcolor_s, --accentcolor);
--accentcolor2_v: var(--accentcolor2_s, --accentcolor2);
--linkcolor_v: var(--linkcolor_s, --linkcolor);

View File

@ -22,8 +22,8 @@
--backgroundsecondaryalt: 41,43,47;
--backgroundtertiary: 32,34,37;
--backgroundfloating: 24,25,28;
}
html:root {
--font_v: var(--font_s, --font);
--mentioncolor_v: var(--mentioncolor_s, --mentioncolor);