diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-03-30 10:37:46 +0300 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-03-30 10:37:46 +0300 |
| commit | c3ed9017385342944badec46de263560c6ab07c8 (patch) | |
| tree | d7f7e86e26ebffd9f277fc340b74a1681eb707d7 /static/theme-light.css | |
| parent | 9e6e76306471b3cc139ae68c0363ec95616d1b23 (diff) | |
feat: begin adding settings menu, move theme to settings
Diffstat (limited to 'static/theme-light.css')
| -rw-r--r-- | static/theme-light.css | 10 |
1 files changed, 10 insertions, 0 deletions
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); +} |
