Refactor: CSS theme consolidation & site-specific styles (v0.4.5) | Fix: mod_anilife get_series_info IndexError

This commit is contained in:
2026-01-02 17:48:58 +09:00
parent 84f7ab6670
commit 15a81cc344
24 changed files with 289 additions and 625 deletions

8
static/css/anilife.css Normal file
View File

@@ -0,0 +1,8 @@
/* Anilife Theme Variables */
:root {
--notify-bg: rgba(30, 27, 75, 0.95); /* Cosmic Violet */
--notify-border: rgba(139, 92, 246, 0.4);
--notify-success-bg: rgba(6, 78, 59, 0.95);
--notify-warning-bg: rgba(120, 53, 15, 0.95);
--notify-danger-bg: rgba(127, 29, 29, 0.95);
}