From be90d1668e1e87e2848952d05dec20db603f667b Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Sat, 14 Feb 2026 16:51:20 -0800 Subject: style: update Settings page to match glass sidebar aesthetic --- 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 f47c179..0f24085 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -27,7 +27,7 @@ body { .dashboard-sidebar { width: 11rem; - background: var(--sidebar-bg); + background: transparent; border-right: 1px solid var(--border-color); display: flex; flex-direction: column; -- cgit v1.2.3