mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-06 01:09:33 +00:00
0942d87d9c
(cherry picked from commitfaab0c670e
) (cherry picked from commitb6d59493c7
) (cherry picked from commit837da0c1f4
) (cherry picked from commit71ad245e1d
) (cherry picked from commit85a7032f1b
) Conflicts: web_src/css/themes/theme-forgejo-auto.less web_src/css/themes/theme-forgejo-dark.less web_src/css/themes/theme-forgejo-light.less web_src/less/_home.less see https://codeberg.org/forgejo/forgejo/pulls/552 (cherry picked from commitc8cc9d61a6
) (cherry picked from commit840ee6c18f
) (cherry picked from commitb71b10ed6d
)
4 lines
111 B
CSS
4 lines
111 B
CSS
@import "theme-forgejo-light.css";
|
|
@media (prefers-color-scheme: dark) {
|
|
@import "theme-forgejo-dark.css";
|
|
}
|