Update ashboard, dashboard, memory (+1 ~3 -1)

This commit is contained in:
Echo
2026-02-12 13:21:27 +00:00
parent 34514c194a
commit 4500bfedcc
4 changed files with 45 additions and 24 deletions

View File

@@ -310,6 +310,16 @@ body {
color: var(--text-muted);
}
/* Select dropdowns - fix for dark mode visibility */
select.input {
background: var(--bg-elevated);
}
select.input option {
background: var(--bg-base);
color: var(--text-primary);
}
/* ============================================
Tags / Badges
============================================ */