fix(forgejo): default to light theme to make logo more visible #4
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@ in {
|
|||
ENABLE_NOTIFY_MAIL = true;
|
||||
};
|
||||
|
||||
ui = {
|
||||
DEFAULT_THEME = "forgejo-light";
|
||||
};
|
||||
|
||||
"markup.asciidoc" = {
|
||||
ENABLED = true;
|
||||
NEED_POSTPROCESS = true;
|
||||
|
|
Loading…
Reference in a new issue