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-light.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 static/theme-light.css (limited to 'static/theme-light.css') diff --git a/static/theme-light.css b/static/theme-light.css new file mode 100644 index 0000000..1c69377 --- /dev/null +++ b/static/theme-light.css @@ -0,0 +1,10 @@ +: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.2.3