diff --git a/public/css/style.css b/public/css/style.css index 19e32de..a192697 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -55,6 +55,22 @@ --font-mono: 'JetBrains Mono', 'Fira Code', monospace; } +:root.light-theme { + --bg-primary: #f5f7fb; + --bg-secondary: #ffffff; + --bg-card: rgba(255, 255, 255, 0.9); + --bg-card-hover: rgba(255, 255, 255, 1); + --bg-input: #ffffff; + --border-color: rgba(99, 102, 241, 0.1); + --border-hover: rgba(99, 102, 241, 0.25); + --text-primary: #1e293b; + --text-secondary: #64748b; + --text-muted: #94a3b8; + --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05); + --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.07); + --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1); +} + /* ---- Reset & Base ---- */ *, *::before, *::after { margin: 0; @@ -503,8 +519,8 @@ body { .gauge { position: relative; - width: 120px; - height: 120px; + width: 100px; + height: 100px; } .gauge svg { @@ -549,7 +565,7 @@ body { } .gauge-label { - font-size: 0.7rem; + font-size: 0.65rem; font-weight: 600; color: var(--text-muted); text-transform: uppercase; diff --git a/public/index.html b/public/index.html index 75dbf76..c512117 100644 --- a/public/index.html +++ b/public/index.html @@ -47,6 +47,12 @@
+ +
+ +
+ + + diff --git a/public/init.html b/public/init.html index 637c246..55bafe9 100644 --- a/public/init.html +++ b/public/init.html @@ -125,10 +125,47 @@ -