v0.5.1: Design overhaul — felhom.eu branding, blue/cyan color scheme

- New color palette matching felhom.eu/controller templates (blue/cyan accent)
- Plus Jakarta Sans font, 12px border radius, accent glow on focus
- felhom.eu logo in navbar, "Powered by felhom.eu" footer
- Settings page: documentation about external vs internal Docker URLs
- Fixed version double "v" prefix display
- Cleaned up example HTML files from development

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-24 17:21:54 +01:00
parent 70323ae46b
commit ca863e4118
301 changed files with 381 additions and 15723 deletions
+8 -8
View File
@@ -152,7 +152,7 @@
}
.tag-chip:hover { opacity: 0.8; }
.tag-chip.tag-active {
background: var(--success, #2ea043);
background: var(--success);
color: #fff;
}
.tag-chip.tag-inactive {
@@ -259,7 +259,7 @@
font-size: 0.75rem;
letter-spacing: 0.03em;
}
.bulk-table tr.row-active { background: rgba(233,69,96,0.08); }
.bulk-table tr.row-active { background: rgba(0,136,204,0.08); }
.bulk-table .url-cell {
max-width: 220px;
overflow: hidden;
@@ -277,13 +277,13 @@
white-space: nowrap;
}
.status-pending { background: var(--surface2); color: var(--text-dim); }
.status-scraping { background: rgba(52,152,219,0.2); color: #3498db; }
.status-reviewing { background: rgba(243,156,18,0.2); color: var(--warning); }
.status-importing { background: rgba(52,152,219,0.2); color: #3498db; }
.status-done { background: rgba(46,204,113,0.2); color: var(--success); }
.status-error { background: rgba(231,76,60,0.2); color: var(--danger); }
.status-scraping { background: rgba(0,170,255,0.15); color: var(--accent-light); }
.status-reviewing { background: rgba(210,153,34,0.15); color: var(--warning); }
.status-importing { background: rgba(0,170,255,0.15); color: var(--accent-light); }
.status-done { background: rgba(35,134,54,0.15); color: var(--success-text); }
.status-error { background: rgba(218,54,51,0.15); color: var(--danger); }
.status-skipped { background: var(--surface2); color: var(--text-dim); }
.status-duplicate { background: rgba(243,156,18,0.2); color: var(--warning); }
.status-duplicate { background: rgba(210,153,34,0.15); color: var(--warning); }
.btn-sm {
padding: 0.3rem 0.8rem;