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-light.css | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 static/theme-light.css (limited to 'static/theme-light.css') diff --git a/static/theme-light.css b/static/theme-light.css deleted file mode 100644 index 1c69377..0000000 --- a/static/theme-light.css +++ /dev/null @@ -1,10 +0,0 @@ -:root { - --bg-main: #ffffff; - --bg-card: #f8f9fa; - --border: #e0e0e0; - --text-primary: #1a1a1a; - --text-secondary: #5f6368; - --text-muted: #757575; - --accent: #202124; - --accent-glow: rgba(0,0,0,0.05); -} -- cgit v1.3