diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-14 16:51:20 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-14 16:51:20 -0800 |
| commit | be90d1668e1e87e2848952d05dec20db603f667b (patch) | |
| tree | fe2b2518aeb46af70707cccefb71a6e97f76b1fe /frontend/src/App.css | |
| parent | 5e5ef542bd7166251db961555ca6710f0e889c25 (diff) | |
| download | neko-be90d1668e1e87e2848952d05dec20db603f667b.tar.gz neko-be90d1668e1e87e2848952d05dec20db603f667b.tar.bz2 neko-be90d1668e1e87e2848952d05dec20db603f667b.zip | |
style: update Settings page to match glass sidebar aesthetic
Diffstat (limited to 'frontend/src/App.css')
| -rw-r--r-- | frontend/src/App.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
