Fix style issue with Font Awesome js

* See: https://github.com/stevenjoezhang/live2d-widget/issues/54
This commit is contained in:
Mimi 2021-11-03 01:05:45 +08:00
parent f0aa9f3078
commit 1959d07429

View File

@ -62,7 +62,7 @@
transition: opacity .2s;
}
#waifu-tips span {
#waifu-tips .fa-lg {
color: #0099cc;
}
@ -90,16 +90,16 @@
opacity: 1;
}
#waifu-tool span {
#waifu-tool .fa-lg {
color: #7b8c9d;
cursor: pointer;
display: block;
line-height: 30px;
height: 30px;
text-align: center;
transition: color .3s;
}
#waifu-tool span:hover {
#waifu-tool .fa-lg:hover {
color: #0684bd; /* #34495e */
}