forked from blisstown/campfire
fix login flow, improve light/dark theme
This commit is contained in:
parent
c3e706ed73
commit
8f41613179
6 changed files with 131 additions and 74 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue