mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 07:09:21 +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
)
This commit is contained in:
parent
b7555a2905
commit
1443ea4620
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