mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-16 20:20:29 +03:00
Fix theme colors
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
e2b347c783
commit
ecb7d5ef10
2 changed files with 19 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue