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