mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-12 21:16:14 +01:00
[BRANDING] Add Forgejo light, dark, and auto themes: fix import
Closes: https://codeberg.org/forgejo/forgejo/issues/562 (cherry picked from commit2b0dc1f80f
) (cherry picked from commit690dde103f
) (cherry picked from commit1443ea4620
) (cherry picked from commit39de9bda2a
) (cherry picked from commit0c20477a75
) (cherry picked from commit8b99f9860c
)
This commit is contained in:
parent
924eaa55ce
commit
a87134db20
1 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,2 @@
|
||||||
@import "theme-forgejo-light.css";
|
@import "theme-forgejo-light.css";
|
||||||
@media (prefers-color-scheme: dark) {
|
@import "theme-forgejo-dark.css" (prefers-color-scheme: dark);
|
||||||
@import "theme-forgejo-dark.css";
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue