[BRANDING] Add Forgejo light, dark, and auto themes: fix import
Closes: https://codeberg.org/forgejo/forgejo/issues/562
This commit is contained in:
parent
facc2367f0
commit
2b0dc1f80f
1 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,2 @@
|
|||
@import "theme-forgejo-light.css";
|
||||
@media (prefers-color-scheme: dark) {
|
||||
@import "theme-forgejo-dark.css";
|
||||
}
|
||||
@import "theme-forgejo-dark.css" (prefers-color-scheme: dark);
|
||||
|
|
Loading…
Reference in a new issue