better dark mode style

This commit is contained in:
samantha42
2026-05-23 12:14:22 +02:00
parent 0f0c72e705
commit 81c47d56b4
+5 -5
View File
@@ -1,13 +1,13 @@
.theme-root.night { .theme-root.night {
--bg: #2d2d2d; --bg: #1c1c1c;
--surface: #363636; --surface: #252525;
--surface2: #2a2a2a; --surface2: #2a2a2a;
--border: #555555; --border: #363636;
--border2: #ccc7be; --border2: #ccc7be;
--text: #ffffff; --text: #ffffff;
--muted: #d9d9d9; --muted: #d9d9d9;
--dim: #b0aa9f; --dim: #b0aa9f;
--navback: rgb(63, 63, 63, 0.95); --navback: rgba(28, 28, 28, 0.8);
--accent: #5389ff; --accent: #5389ff;
--accent2:#1447b8; --accent2:#1447b8;
--green:#0eaf74; --green:#0eaf74;
@@ -27,7 +27,7 @@
--accent2:#1447b8; --accent2:#1447b8;
--green:#0a7c52; --green:#0a7c52;
--amber:#92620a; --amber:#92620a;
--navback: rgba(247,246,243,0.95) --navback: rgba(247,246,243,0.8)
--ff-mono:'IBM Plex Mono',monospace; --ff-mono:'IBM Plex Mono',monospace;
--ff-sans:'IBM Plex Sans',sans-serif; --ff-sans:'IBM Plex Sans',sans-serif;
} }