Skip to content

Commit d21af9c

Browse files
committed
Update blog
1 parent 4d177c1 commit d21af9c

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

  • themes/butterfly/layout/includes/page

themes/butterfly/layout/includes/page/talk.pug

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,14 @@ if site.data.talk
102102
.bber-reply(onclick="rmf.commentText(" + JSON.stringify(content) + ")")
103103
i.far.fa-comment-alt
104104
#bber-tips(style='color: var(--fyz-secondtext);')
105-
="- 只展示最近" + i.limit + "条说说 -"
105+
="- 只展示最近" + i.limit + "条说说 -"
106+
107+
style.
108+
.bber-item {
109+
transition: all 0.3s ease-in-out;
110+
}
111+
.bber-item:hover{
112+
z-index: 101;
113+
transform: scale(1.05);
114+
filter: brightness(1.1);
115+
}

0 commit comments

Comments
 (0)