Fix theme colors

Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
Ajay Bura 2021-12-12 19:55:03 +05:30
parent e2b347c783
commit ecb7d5ef10
2 changed files with 19 additions and 10 deletions

View file

@ -10,6 +10,7 @@
width: var(--navigation-sidebar-width);
height: 100%;
border-right: 1px solid var(--bg-surface-border);
background-color: var(--bg-surface-extra-low);
[dir=rtl] & {
border-right: none;
@ -41,8 +42,8 @@
background: transparent;
background-image: linear-gradient(
to top,
var(--bg-surface-low),
var(--bg-surface-low-transparent));
var(--bg-surface-extra-low),
var(--bg-surface-extra-low-transparent));
position: sticky;
bottom: -1px;
left: 0;