From 2a3f34a09c6744b277eba28b128f93e58e76961f Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Wed, 20 Aug 2025 13:11:26 +0000 Subject: [PATCH] Update web/static/app.css --- web/static/app.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/web/static/app.css b/web/static/app.css index 343ac66..fff1c3a 100644 --- a/web/static/app.css +++ b/web/static/app.css @@ -454,4 +454,16 @@ body, .lead-text, .page, .card, .search-input, .input-hero, .textarea-hero, /* Inner content padding so the paragraph/button align with the title text */ .iotd-panel{ padding:12px 16px; /* same gutter as other panels */ +} + +body.dark-mode { + background-color: #0f172a; /* deep navy */ + color: #e5e7eb; /* light gray text */ +} +body.dark-mode .card { + background-color: #1e293b; + border-color: #334155; +} +body.dark-mode a { + color: #93c5fd; /* soft blue links */ } \ No newline at end of file