🚀 v0.8.2

This commit is contained in:
BTMuli
2025-09-27 10:23:25 +08:00
parent 4cbd8af250
commit 76e9d23f23
9 changed files with 55 additions and 104 deletions

View File

@@ -20,11 +20,13 @@
/* CardShadow传入theme参数 */
@mixin github-card-shadow($theme: "default") {
@if $theme == "default" {
box-shadow: #1f23280f 0 1px 1px 0,
#1f23280f 0 1px 3px 0;
box-shadow:
#1f23280f 0 1px 1px 0,
#1f23280f 0 1px 3px 0;
} @else {
box-shadow: #01040999 0 1px 1px 0,
#01040999 0 1px 3px 0;
box-shadow:
#01040999 0 1px 1px 0,
#01040999 0 1px 3px 0;
}
}