mirror of
https://github.com/go-gitea/gitea
synced 2024-10-31 23:34:25 +00:00
4e0cca3f7d
Add a new default theme `auto`, which will automatically switch between `gitea` (light) and `arc-green` (dark) themes depending on the user's operating system settings. Closes: #8183
4 lines
74 B
Plaintext
4 lines
74 B
Plaintext
@media (prefers-color-scheme: dark) {
|
|
@import "theme-arc-green.less";
|
|
}
|