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