fix(forgejo): default to light theme to make logo more visible #4

Merged
chef merged 1 commit from default-to-forgejo-light into main 2024-05-21 18:53:03 +00:00
Showing only changes of commit 5522d5765a - Show all commits

View file

@ -39,6 +39,10 @@ in {
ENABLE_NOTIFY_MAIL = true;
};
ui = {
DEFAULT_THEME = "forgejo-light";
};
"markup.asciidoc" = {
ENABLED = true;
NEED_POSTPROCESS = true;