Add automatic light/dark option for the colorblind theme (#31997)

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.
pull/32003/head^2
Luca Söthe 3 months ago committed by GitHub
parent e8b801ff02
commit f3090977c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      web_src/css/themes/theme-gitea-auto-protanopia-deuteranopia.css

@ -0,0 +1,2 @@
@import "./theme-gitea-light-protanopia-deuteranopia.css" (prefers-color-scheme: light);
@import "./theme-gitea-dark-protanopia-deuteranopia.css" (prefers-color-scheme: dark);
Loading…
Cancel
Save