fix login flow, improve light/dark theme

This commit is contained in:
ari melody 2024-06-29 15:24:33 +01:00
parent c3e706ed73
commit 8f41613179
Signed by: ari
GPG key ID: CF99829C92678188
6 changed files with 131 additions and 74 deletions

View file

@ -20,6 +20,15 @@
--accent: #CDA1EC;
--text: #E2DFE3;
}
.light-only {
display: none
}
}
@media screen and (prefers-color-scheme: light) {
.dark-only {
display: none
}
}
@supports (font-variation-settings: normal) {