perf(ui): improve hover color of sidebar nav items in light mode

This commit is contained in:
Cotes Chung 2023-06-04 09:16:18 +08:00
parent ce2f6f5abe
commit 728094d1ba
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
--sidebar-bg: #f6f8fa; --sidebar-bg: #f6f8fa;
--sidebar-muted-color: #a2a19f; --sidebar-muted-color: #a2a19f;
--sidebar-active-color: #1d1d1d; --sidebar-active-color: #1d1d1d;
--sidebar-hover-bg: rgb(227, 227, 227, 0.64); --sidebar-hover-bg: rgb(223, 233, 241, 0.64);
--sidebar-btn-bg: white; --sidebar-btn-bg: white;
--sidebar-btn-color: #8e8e8e; --sidebar-btn-color: #8e8e8e;
--avatar-border-color: white; --avatar-border-color: white;