🐛 Fixed the box-shadow not working in Muse & Mist theme.
This commit is contained in:
parent
568ef4ecc6
commit
39058e897d
@ -1,7 +1,9 @@
|
||||
.sidebar-card-widget {
|
||||
background: var(--content-bg-color);
|
||||
border-radius: $border-radius;
|
||||
@if ($scheme == 'Pisces') or ($scheme == 'Gemini'){
|
||||
box-shadow: $box-shadow;
|
||||
}
|
||||
box-sizing: border-box;
|
||||
color: var(--text-color);
|
||||
margin-top: $sidebar-offset;
|
||||
|
Loading…
Reference in New Issue
Block a user