huhu
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-11-24 00:43:33 +08:00
parent 75bd4f7cd2
commit c17977ec51
2 changed files with 6 additions and 7 deletions

View File

@@ -975,13 +975,14 @@
display: flex;
align-items: center;
justify-content: center;
padding: 13px;
}
.aside-tools .tools-list .tools-item.back-top svg {
.aside-tools .tools-list .tools-item.back-top img {
width: 24px;
height: 24px;
color: #E5E7EB;
transition: all 0.3s ease;
filter: brightness(1.1);
}
.aside-tools .tools-list .tools-item.back-top:hover {
@@ -989,9 +990,9 @@
box-shadow: 0 4px 16px rgba(56, 189, 248, 0.4);
}
.aside-tools .tools-list .tools-item.back-top:hover svg {
color: #FFFFFF;
.aside-tools .tools-list .tools-item.back-top:hover img {
transform: translateY(-3px);
filter: brightness(1.3);
}