36 lines
892 B
CSS
36 lines
892 B
CSS
@import 'tailwindcss';
|
|
|
|
@source '../../internal/**/*.templ';
|
|
|
|
:root {
|
|
--bg: #111419;
|
|
--panel: #181d24;
|
|
--panel-soft: #1f2530;
|
|
--header: #1a2029;
|
|
--text: #e7eaf0;
|
|
--text-muted: #b8c0cd;
|
|
--text-faint: #8b97a8;
|
|
--accent: #cad4e4;
|
|
--danger: #d17f88;
|
|
--surface-search: rgba(10, 13, 18, 0.3);
|
|
--surface-search-focus-border: rgba(202, 212, 228, 0.24);
|
|
--surface-thumb: #141920;
|
|
--surface-input: #151b23;
|
|
--surface-input-focus: #1c2531;
|
|
--surface-tab-hover: #2a3340;
|
|
--surface-tab-active: #323d4c;
|
|
--surface-select: #1a212b;
|
|
--surface-search-view-all: #151b23;
|
|
--text-on-accent: #111419;
|
|
--overlay-subtle: rgba(0, 0, 0, 0.45);
|
|
--space-1: 0.25rem;
|
|
--space-2: 0.5rem;
|
|
--space-3: 0.75rem;
|
|
--space-4: 1rem;
|
|
--space-5: 1.25rem;
|
|
--space-6: 1.5rem;
|
|
--space-8: 2rem;
|
|
--poster-max-height: 360px;
|
|
--font: 'Verdana', 'Tahoma', 'Segoe UI', sans-serif;
|
|
}
|