Force Superhero theme regardless of global FlaskFarm theme

This commit is contained in:
2026-01-06 23:40:57 +09:00
parent f4b99f7d67
commit 77b37e8675
2 changed files with 27 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
title: "GDM" title: "GDM"
package_name: gommi_downloader_manager package_name: gommi_downloader_manager
version: '0.2.3' version: '0.2.4'
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

View File

@@ -8,21 +8,32 @@
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<style> <style>
/* Premium Modern Design System */ /* ========================================
:root { GDM FORCED SUPERHERO THEME
--bg-body: #0f172a; (Overrides global FlaskFarm theme)
--surface: rgba(30, 41, 59, 0.7); ======================================== */
--surface-opaque: #1e293b;
--border: rgba(255, 255, 255, 0.1); /* Superhero Color Palette - HARDCODED */
--text-main: #f8fafc; :root, #gommi_download_manager_queue_list, #gommi_download_manager_queue_list * {
--text-muted: #94a3b8; --bg-body: #2b3e50 !important;
--accent-primary: #38bdf8; /* Sky Blue */ --surface: rgba(62, 88, 112, 0.9) !important;
--accent-secondary: #818cf8; /* Indigo */ --surface-opaque: #3e5870 !important;
--success: #10b981; --border: rgba(255, 255, 255, 0.15) !important;
--warning: #f59e0b; --text-main: #ebebeb !important;
--danger: #ef4444; --text-muted: #abb6c2 !important;
--glow: rgba(56, 189, 248, 0.3); --accent-primary: #4e9fd9 !important;
--font-sans: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; --accent-secondary: #5bc0de !important;
--success: #4ebf73 !important;
--warning: #f0ad4e !important;
--danger: #d9534f !important;
--glow: rgba(78, 159, 217, 0.4) !important;
--font-sans: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}
/* Force background color on container */
#gommi_download_manager_queue_list {
background-color: var(--bg-body) !important;
color: var(--text-main) !important;
} }
#loading { display: none !important; } #loading { display: none !important; }