Fix: Force body background to Superhero theme (fixes white background on other themes)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
title: "GDM"
|
title: "GDM"
|
||||||
package_name: gommi_downloader_manager
|
package_name: gommi_downloader_manager
|
||||||
version: '0.2.5'
|
version: '0.2.6'
|
||||||
description: FlaskFarm 범용 다운로더 큐 - YouTube, 애니24, 링크애니, Anilife 지원
|
description: FlaskFarm 범용 다운로더 큐 - YouTube, 애니24, 링크애니, Anilife 지원
|
||||||
developer: projectdx
|
developer: projectdx
|
||||||
home: https://gitea.yommi.duckdns.org/projectdx/gommi_downloader_manager
|
home: https://gitea.yommi.duckdns.org/projectdx/gommi_downloader_manager
|
||||||
|
|||||||
@@ -30,10 +30,20 @@
|
|||||||
--font-sans: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
|
--font-sans: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Force background color on container */
|
/* FORCE body background (overrides global theme) */
|
||||||
#gommi_download_manager_queue_list {
|
body {
|
||||||
background-color: var(--bg-body) !important;
|
background-color: #2b3e50 !important;
|
||||||
color: var(--text-main) !important;
|
color: #ebebeb !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Also override main containers that might have theme colors */
|
||||||
|
.main, #main, .container, .container-fluid, #main_container {
|
||||||
|
background-color: #2b3e50 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Navigation bar override */
|
||||||
|
.navbar, .navbar-dark, .bg-dark, .bg-primary {
|
||||||
|
background-color: #3e5770 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#loading { display: none !important; }
|
#loading { display: none !important; }
|
||||||
@@ -41,7 +51,7 @@
|
|||||||
#gommi_download_manager_queue_list {
|
#gommi_download_manager_queue_list {
|
||||||
font-family: var(--font-sans);
|
font-family: var(--font-sans);
|
||||||
color: var(--text-main);
|
color: var(--text-main);
|
||||||
background-color: transparent;
|
background-color: #2b3e50 !important;
|
||||||
padding-bottom: 2rem;
|
padding-bottom: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user