gitea: fix broken UI theme

This commit is contained in:
2024-07-06 18:55:47 +00:00
parent b7c86d5867
commit 0d3e89a431

View File

@@ -64,8 +64,8 @@
SHOW_FOOTER_TEMPLATE_LOAD_TIME = false;
};
ui = {
# options: "auto", "gitea", "arc-green"
DEFAULT_THEME = "arc-green";
# options: "gitea-auto" (adapt to system theme), "gitea-dark", "gitea-light"
# DEFAULT_THEME = "gitea-auto";
# cache frontend assets if true
# USE_SERVICE_WORKER = true;
};