From c3ed9017385342944badec46de263560c6ab07c8 Mon Sep 17 00:00:00 2001 From: frosty Date: Mon, 30 Mar 2026 10:37:46 +0300 Subject: feat: begin adding settings menu, move theme to settings --- static/theme-dark.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 static/theme-dark.css (limited to 'static/theme-dark.css') diff --git a/static/theme-dark.css b/static/theme-dark.css new file mode 100644 index 0000000..246aabe --- /dev/null +++ b/static/theme-dark.css @@ -0,0 +1,10 @@ +: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.2.3