From 22eacbaf2712aee2a1c448a0e53f241f8c7bd255 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Sat, 14 Feb 2026 09:30:16 -0800 Subject: ui: simplify themes to light/dark and improve theme-aware styling (fixing NK-dp5efo) --- frontend/src/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src/App.css') diff --git a/frontend/src/App.css b/frontend/src/App.css index ff3ea60..97b7d65 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -66,7 +66,7 @@ body { .dashboard-sidebar { width: 15rem; background: var(--sidebar-bg); - border-right: 1px solid #999; + border-right: 1px solid var(--border-color); display: flex; flex-direction: column; overflow-y: auto; -- cgit v1.2.3