1 parent 4d177c1 commit d21af9cCopy full SHA for d21af9c
1 file changed
themes/butterfly/layout/includes/page/talk.pug
@@ -102,4 +102,14 @@ if site.data.talk
102
.bber-reply(onclick="rmf.commentText(" + JSON.stringify(content) + ")")
103
i.far.fa-comment-alt
104
#bber-tips(style='color: var(--fyz-secondtext);')
105
- ="- 只展示最近" + i.limit + "条说说 -"
+ ="- 只展示最近" + 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