BUGFIX: fix bug in back-to-top button caused by style conflicts

This commit is contained in:
FarseaSH 2024-07-15 21:57:35 +08:00
parent 09cc120ccc
commit dff0a29698

View file

@ -58,7 +58,7 @@
align-items: center;
}
.fas {
.audio-player .fas {
color: #5781b2;
cursor: pointer;
margin-right: 25px;
@ -66,7 +66,7 @@
transition: all 0.3s ease-in;
}
.fas:hover {
.audio-player .fas:hover {
filter: brightness(80%);
}