mirror of
https://codeberg.org/forgejo/forgejo
synced 2024-12-03 07:16:11 +01:00
71ad245e1d
(cherry picked from commitfaab0c670e
) (cherry picked from commitb6d59493c7
) (cherry picked from commit837da0c1f4
)
6 lines
114 B
Plaintext
6 lines
114 B
Plaintext
@import "theme-forgejo-light.less";
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
@import "theme-forgejo-dark.less";
|
|
}
|