mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-12-01 09:51:39 -05:00
85a7032f1b
(cherry picked from commitfaab0c670e
) (cherry picked from commitb6d59493c7
) (cherry picked from commit837da0c1f4
) (cherry picked from commit71ad245e1d
)
5 lines
114 B
Text
5 lines
114 B
Text
@import "theme-forgejo-light.less";
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
@import "theme-forgejo-dark.less";
|
|
}
|