You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/web_src/less/themes/theme-forgejo-auto.less

6 lines
114 B
Plaintext

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