diff --git a/logic_anilife.py b/logic_anilife.py index 00ef460..5f53839 100644 --- a/logic_anilife.py +++ b/logic_anilife.py @@ -451,7 +451,7 @@ class LogicAniLife(LogicModuleBase): "--no-first-run", "--no-zygote", # "--single-process", - # "--disable-gpu", + "--disable-gpu", "--use-gl=egl", "--disable-blink-features=AutomationControlled", "--disable-background-networking", diff --git a/templates/anime_downloader_anilife_category.html b/templates/anime_downloader_anilife_category.html index 9bb3b14..17335b1 100644 --- a/templates/anime_downloader_anilife_category.html +++ b/templates/anime_downloader_anilife_category.html @@ -652,5 +652,13 @@ button.btn-favorite { background-color: #e0ff42; } + + body { + font-family: NanumSquareNeo, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; + } + + body { + background-image: linear-gradient(90deg, #233f48, #6c6fa2, #768dae); + } {% endblock %} diff --git a/templates/anime_downloader_anilife_list.html b/templates/anime_downloader_anilife_list.html index 797a6c1..6414ac7 100644 --- a/templates/anime_downloader_anilife_list.html +++ b/templates/anime_downloader_anilife_list.html @@ -140,5 +140,33 @@ function make_list(data) { - + + {% endblock %} \ No newline at end of file