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,17 +58,17 @@
align-items: center;
}
.fas {
.audio-player .fas {
color: #5781b2;
cursor: pointer;
margin-right: 25px;
user-select: none;
transition: all 0.3s ease-in;
}
}
.fas:hover {
.audio-player .fas:hover {
filter: brightness(80%);
}
}
.play-button {
font-size: 36px;