Merge remote-tracking branch 'origin/labrinth-add' into labrinth-add

This commit is contained in:
Jai A
2024-10-18 21:28:01 -07:00
28 changed files with 8872 additions and 323 deletions

View File

@@ -26,7 +26,8 @@ html {
}
.light-mode,
.light {
.light,
:root[data-theme='light'] {
--color-bg: #e5e7eb;
--color-raised-bg: #ffffff;
--color-super-raised-bg: #e9e9e9;
@@ -71,7 +72,8 @@ html {
}
.dark-mode,
.dark {
.dark,
:root[data-theme='dark'] {
--color-bg: #16181c;
--color-raised-bg: #26292f;
--color-super-raised-bg: #40434a;