diff --git a/files/assets/browserconfig.xml b/files/assets/browserconfig.xml index 88a8c6d4a..eac51bb3b 100644 --- a/files/assets/browserconfig.xml +++ b/files/assets/browserconfig.xml @@ -2,7 +2,7 @@ - + #FF66AC diff --git a/files/assets/images/Drama/headericon.webp b/files/assets/images/Drama/headericon.webp index c52f150b3..be6fed529 100644 Binary files a/files/assets/images/Drama/headericon.webp and b/files/assets/images/Drama/headericon.webp differ diff --git a/files/assets/images/Drama/icon.webp b/files/assets/images/Drama/icon.webp index 136954d1f..be6fed529 100644 Binary files a/files/assets/images/Drama/icon.webp and b/files/assets/images/Drama/icon.webp differ diff --git a/files/routes/static.py b/files/routes/static.py index 3a7f0d386..fdeed5979 100644 --- a/files/routes/static.py +++ b/files/routes/static.py @@ -241,7 +241,7 @@ def log_item(id, v): @app.get("/static/assets/favicon.ico") def favicon(): - return send_file(f"./assets/images/{site_name}/icon.webp?a=5") + return send_file(f"./assets/images/{site_name}/icon.webp?a=6") @app.get("/api") @auth_desired diff --git a/files/templates/default.html b/files/templates/default.html index 4f4115874..da5ac6b5a 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -40,7 +40,7 @@ - + {% block title %} {{'SITE_NAME' | app_config}} @@ -67,10 +67,10 @@ - + - - + + @@ -82,127 +82,127 @@ {% block fixedMobileBarJS %} diff --git a/files/templates/header.html b/files/templates/header.html index b941eca8a..713dc298c 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -8,7 +8,7 @@