mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-28 15:37:35 +00:00
[BRANDING] Add Forgejo light, dark, and auto themes: fix import
Closes: https://codeberg.org/forgejo/forgejo/issues/562
(cherry picked from commit 2b0dc1f80f
)
This commit is contained in:
parent
8d4b1804bd
commit
690dde103f
|
@ -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