Update web/static/app.css
This commit is contained in:
parent
7b650ef1d5
commit
2a3f34a09c
@ -455,3 +455,15 @@ body, .lead-text, .page, .card, .search-input, .input-hero, .textarea-hero,
|
||||
.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 */
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user