forgejo/web_src/less/themes/theme-forgejo-auto.less
Caesar Schinas 71ad245e1d
[BRANDING] Add Forgejo light, dark, and auto themes
(cherry picked from commit faab0c670e)
(cherry picked from commit b6d59493c7)
(cherry picked from commit 837da0c1f4)
2023-03-05 21:50:11 +01:00

6 lines
114 B
Plaintext

@import "theme-forgejo-light.less";
@media (prefers-color-scheme: dark) {
@import "theme-forgejo-dark.less";
}