mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-27 19:12:48 +09:00
Improve theme display (#30671)
Document: https://gitea.com/gitea/docs/pulls/180 
This commit is contained in:
@ -1,6 +1,10 @@
|
||||
@import "../chroma/light.css";
|
||||
@import "../codemirror/light.css";
|
||||
|
||||
gitea-theme-meta-info {
|
||||
--theme-display-name: "Light";
|
||||
}
|
||||
|
||||
:root {
|
||||
--is-dark-theme: false;
|
||||
--color-primary: #4183c4;
|
||||
|
Reference in New Issue
Block a user