feat: add theme setting (Light/Dark/System) with dark mode — closes #125 #126

Merged
sneak merged 3 commits from feat/issue-125-dark-mode into main 2026-03-01 13:35:11 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit be06bd8f0c - Show all commits

View File

@@ -185,7 +185,7 @@
<!-- active address headline --> <!-- active address headline -->
<div <div
id="total-value" id="total-value"
class="text-2xl font-bold min-h-[2rem]" class="text-2xl font-bold min-h-[2rem] text-fg"
></div> ></div>
<div <div
id="total-value-sub" id="total-value-sub"

View File

@@ -22,7 +22,7 @@ html.dark {
--color-border: #ffffff; --color-border: #ffffff;
--color-border-light: #333333; --color-border-light: #333333;
--color-hover: #111111; --color-hover: #111111;
--color-well: #0a0a0a; --color-well: #111111;
--color-danger-well: #1a0000; --color-danger-well: #1a0000;
--color-section: #222222; --color-section: #222222;
} }