gitea: fix broken UI theme
This commit is contained in:
@@ -64,8 +64,8 @@
|
|||||||
SHOW_FOOTER_TEMPLATE_LOAD_TIME = false;
|
SHOW_FOOTER_TEMPLATE_LOAD_TIME = false;
|
||||||
};
|
};
|
||||||
ui = {
|
ui = {
|
||||||
# options: "auto", "gitea", "arc-green"
|
# options: "gitea-auto" (adapt to system theme), "gitea-dark", "gitea-light"
|
||||||
DEFAULT_THEME = "arc-green";
|
# DEFAULT_THEME = "gitea-auto";
|
||||||
# cache frontend assets if true
|
# cache frontend assets if true
|
||||||
# USE_SERVICE_WORKER = true;
|
# USE_SERVICE_WORKER = true;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user