mirror of
https://github.com/stevenjoezhang/live2d-widget.git
synced 2024-11-21 20:24:19 +08:00
Fix style issue with Font Awesome js
* See: https://github.com/stevenjoezhang/live2d-widget/issues/54
This commit is contained in:
parent
f0aa9f3078
commit
1959d07429
@ -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 */
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user