feat: 悬浮按钮添加动画

This commit is contained in:
ZiuChen 2022-09-04 21:33:53 +08:00
parent d90d455d4a
commit 4cedb3a60a

View File

@ -14,6 +14,7 @@
background-color: @text-bg-color-lighter;
user-select: none;
&:hover {
font-size: 25px;
color: @bg-color;
background-color: @primary-color;
transition: all 0.15s;