🐛 Fixed the box-shadow not working in Muse & Mist theme.

This commit is contained in:
凡梦星尘 2022-09-11 23:14:16 +08:00
parent 568ef4ecc6
commit 39058e897d

View File

@ -1,7 +1,9 @@
.sidebar-card-widget { .sidebar-card-widget {
background: var(--content-bg-color); background: var(--content-bg-color);
border-radius: $border-radius; border-radius: $border-radius;
@if ($scheme == 'Pisces') or ($scheme == 'Gemini'){
box-shadow: $box-shadow; box-shadow: $box-shadow;
}
box-sizing: border-box; box-sizing: border-box;
color: var(--text-color); color: var(--text-color);
margin-top: $sidebar-offset; margin-top: $sidebar-offset;