Merge commit '8c1c5572c08f9191edaa513aa18859acc651e3e4' into feature-clean

This commit is contained in:
2024-10-20 21:48:28 +03:00
777 changed files with 93723 additions and 785 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;