12 lines
191 B
CSS
12 lines
191 B
CSS
@import "./lored/colors-light.css";
|
|
@import "./lored/theme.css";
|
|
|
|
:root {
|
|
color-scheme: light;
|
|
--is-dark-theme: false;
|
|
}
|
|
|
|
gitea-theme-meta-info {
|
|
--theme-display-name: "Lored Light";
|
|
}
|