This website works better with JavaScript.
code
.tokarch.uk
Explore
Help
Sign In
third_party
/
gitea
Watch
1
Star
0
Fork
You've already forked gitea
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
12670
Commits
2
Branches
0
Tags
240 MiB
Tree:
4563148a61
gitea
/
web_src
/
less
/
themes
/
theme-auto.less
4 lines
74 B
Raw
Normal View
History
Unescape
Escape
Use light/dark theme based on system preference (#17051) 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 years ago
@media (prefers-color-scheme: dark) {
@import "theme-arc-green.less";
}