mirror of https://sc.cryxtal.org/crystal/forgejo
6 lines
114 B
6 lines
114 B
2 years ago
|
@import "theme-forgejo-light.less";
|
||
|
|
||
|
@media (prefers-color-scheme: dark) {
|
||
|
@import "theme-forgejo-dark.less";
|
||
|
}
|