mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 07:44:25 +00:00
f3090977c6
The normal themes already have a variant which automatically chooses light/dark mode based on the browser. This PR adds the same variant, but for the colorblind themes.
3 lines
176 B
CSS
3 lines
176 B
CSS
@import "./theme-gitea-light-protanopia-deuteranopia.css" (prefers-color-scheme: light);
|
|
@import "./theme-gitea-dark-protanopia-deuteranopia.css" (prefers-color-scheme: dark);
|