aboutsummaryrefslogtreecommitdiffstats
path: root/static/theme-dark.css
diff options
context:
space:
mode:
authorfrosty <gabriel@bwaaa.monster>2026-03-30 10:37:46 +0300
committerfrosty <gabriel@bwaaa.monster>2026-03-30 10:37:46 +0300
commitc3ed9017385342944badec46de263560c6ab07c8 (patch)
treed7f7e86e26ebffd9f277fc340b74a1681eb707d7 /static/theme-dark.css
parent9e6e76306471b3cc139ae68c0363ec95616d1b23 (diff)
feat: begin adding settings menu, move theme to settings
Diffstat (limited to 'static/theme-dark.css')
-rw-r--r--static/theme-dark.css10
1 files changed, 10 insertions, 0 deletions
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);
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage