Merge pull request 'fix(forgejo): default to light theme to make logo more visible' (#4) from default-to-forgejo-light into main
All checks were successful
/ check (push) Successful in 2m25s
All checks were successful
/ check (push) Successful in 2m25s
Reviewed-on: #4
This commit is contained in:
commit
e5725761ef
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@ in {
|
||||||
ENABLE_NOTIFY_MAIL = true;
|
ENABLE_NOTIFY_MAIL = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ui = {
|
||||||
|
DEFAULT_THEME = "forgejo-light";
|
||||||
|
};
|
||||||
|
|
||||||
"markup.asciidoc" = {
|
"markup.asciidoc" = {
|
||||||
ENABLED = true;
|
ENABLED = true;
|
||||||
NEED_POSTPROCESS = true;
|
NEED_POSTPROCESS = true;
|
||||||
|
|
Loading…
Reference in a new issue