From 3c856f93ed3d1362a8b6190d9ce44b2939fca717 Mon Sep 17 00:00:00 2001 From: frosty Date: Sun, 10 May 2026 00:00:08 -0400 Subject: feat(wip): load themes dynamically from static/themes/*.css --- static/theme-dark.css | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 static/theme-dark.css (limited to 'static/theme-dark.css') diff --git a/static/theme-dark.css b/static/theme-dark.css deleted file mode 100644 index 246aabe..0000000 --- a/static/theme-dark.css +++ /dev/null @@ -1,10 +0,0 @@ -:root { - --bg-main: #121212; - --bg-card: #1e1e1e; - --border: #333333; - --text-primary: #ffffff; - --text-secondary: #a0a0a0; - --text-muted: #d1d1d1; - --accent: #e2e2e2; - --accent-glow: rgba(255,255,255,0.1); -} -- cgit v1.3