[BRANDING] Add Forgejo light, dark, and auto themes: fix import

Closes: https://codeberg.org/forgejo/forgejo/issues/562
(cherry picked from commit 2b0dc1f80f)
(cherry picked from commit 690dde103f)
(cherry picked from commit 1443ea4620)
(cherry picked from commit 39de9bda2a)
This commit is contained in:
Earl Warren 2023-03-20 10:07:51 +01:00 committed by Loïc Dachary
parent c71a25615c
commit 0c20477a75
No known key found for this signature in database
GPG key ID: 992D23B392F9E4F2

View file

@ -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);