aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/App.css
diff options
context:
space:
mode:
authorAdam Mathes <adam@adammathes.com>2026-02-14 16:51:20 -0800
committerAdam Mathes <adam@adammathes.com>2026-02-14 16:51:20 -0800
commitbe90d1668e1e87e2848952d05dec20db603f667b (patch)
treefe2b2518aeb46af70707cccefb71a6e97f76b1fe /frontend/src/App.css
parent5e5ef542bd7166251db961555ca6710f0e889c25 (diff)
downloadneko-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.css2
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;