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
3 lines
74 B
Text
3 lines
74 B
Text
@media (prefers-color-scheme: dark) {
|
|
@import "theme-arc-green.less";
|
|
}
|