Update web/static/app.css

This commit is contained in:
Joshua Laymon 2025-08-20 13:11:26 +00:00
parent 7b650ef1d5
commit 2a3f34a09c

View File

@ -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 */ /* Inner content padding so the paragraph/button align with the title text */
.iotd-panel{ .iotd-panel{
padding:12px 16px; /* same gutter as other panels */ 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 */
} }