BUGFIX: fix bug in back-to-top button caused by style conflicts
This commit is contained in:
parent
09cc120ccc
commit
dff0a29698
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue