diff options
author | Vitaly Takmazov | 2019-08-14 11:55:38 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | d615102492319d753a8695daaa18b40fb8e78f84 (patch) | |
tree | 95cff55482f9b17565e2826e167bd50a4330c474 /vnext | |
parent | 5a040215e155693386fdaa5e237a5598a346e0d8 (diff) |
Sidebar style cleanup
Diffstat (limited to 'vnext')
-rw-r--r-- | vnext/src/index.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vnext/src/index.css b/vnext/src/index.css index c6ad8f82..d46b5d74 100644 --- a/vnext/src/index.css +++ b/vnext/src/index.css @@ -226,7 +226,7 @@ hr { #sidebar > a, .l > a { - color: var(--link-color); + color: var(--dimmed-link-color); display: flex; padding: 14px; align-items: center; @@ -369,6 +369,7 @@ hr { margin-bottom: 12px; } #sidebar { + background: #fff; flex-direction: column; justify-content: initial; border-top: initial; |