💄 调整帖子卡片样式

This commit is contained in:
BTMuli
2025-09-18 16:15:32 +08:00
parent f0555d69bb
commit de412a1fd6
6 changed files with 118 additions and 52 deletions

View File

@@ -20,13 +20,11 @@
/* 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;
}
}