Compare commits

...

2 commits

Author SHA1 Message Date
e5725761ef 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
Reviewed-on: #4
2024-05-21 18:53:03 +00:00
5522d5765a fix(forgejo): default to light theme to make logo more visible
All checks were successful
/ check (pull_request) Successful in 2m31s
2024-05-21 20:49:49 +02:00

View file

@ -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;