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