aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/App.css
diff options
context:
space:
mode:
authorAdam Mathes <adam@adammathes.com>2026-02-14 09:30:16 -0800
committerAdam Mathes <adam@adammathes.com>2026-02-14 09:30:16 -0800
commit22eacbaf2712aee2a1c448a0e53f241f8c7bd255 (patch)
tree29d5f20166c378e082216346043585cb3a0cc74c /frontend/src/App.css
parent08032aab10f0e1429d25ecae1acf6c40d63e9ff4 (diff)
downloadneko-22eacbaf2712aee2a1c448a0e53f241f8c7bd255.tar.gz
neko-22eacbaf2712aee2a1c448a0e53f241f8c7bd255.tar.bz2
neko-22eacbaf2712aee2a1c448a0e53f241f8c7bd255.zip
ui: simplify themes to light/dark and improve theme-aware styling (fixing NK-dp5efo)
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 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;