Skip to content

Commit b10817e

Browse files
committed
🎨 修改友链卡片样式
1 parent 60b8eb2 commit b10817e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/css/_pages/_base/base.styl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,8 @@ a.police-beian
312312
box-shadow none
313313

314314
&:hover
315-
box-shadow: 0 0 25px 0 rgba(0,0,0,0.16);
315+
transition: all 0.3s;
316+
background-color: #ebedef;
316317
z-index 1
317318

318319
&-title

0 commit comments

Comments
 (0)