diff options
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; |
