This commit is contained in:
vinceliuice
2023-10-16 21:40:03 +08:00
parent f66eb8b974
commit 67f1eaaa39
6 changed files with 118 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ $cakeisalie: "This stylesheet is generated, DO NOT EDIT";
-gtk-secondary-caret-color: $selected_bg_color;
}
$side_style_shadow: linear-gradient(to left, rgba(black, if($variant == 'light', 0.04, 0.12)), transparent 6px);
$side_style_shadow: linear-gradient(to left, rgba(black, if($variant == 'light', 0.02, 0.1)), transparent 6px);
%side_style_left {
background-image: $side_style_shadow;