mirror of
https://github.com/go-gitea/gitea
synced 2025-12-06 21:08:25 +00:00
9 lines
307 B
CSS
9 lines
307 B
CSS
@import "./theme-gitea-light-protanopia-deuteranopia.css" (prefers-color-scheme: light);
|
|
@import "./theme-gitea-dark-protanopia-deuteranopia.css" (prefers-color-scheme: dark);
|
|
|
|
gitea-theme-meta-info {
|
|
--theme-display-name: "Auto";
|
|
--theme-colorblind-type: "red-green";
|
|
--theme-color-scheme: "auto";
|
|
}
|