refactor: simplify css and ts layout

This commit is contained in:
2026-04-14 23:49:07 +02:00
parent dd6f49b1c9
commit bbd876d981
17 changed files with 1877 additions and 381 deletions

View File

@@ -1,3 +1,7 @@
@import 'tailwindcss';
@source '../../internal/**/*.templ';
:root {
--bg: #111419;
--panel: #181d24;

File diff suppressed because it is too large Load Diff

View File

@@ -1,15 +0,0 @@
@import 'tailwindcss';
@source '../../internal/**/*.templ';
@theme {
--color-bg: #111419;
--color-panel: #181d24;
--color-panel-soft: #1f2530;
--color-header: #1a2029;
--color-text: #e7eaf0;
--color-text-muted: #b8c0cd;
--color-text-faint: #8b97a8;
--color-accent: #cad4e4;
--color-danger: #d17f88;
}