mirror of
https://github.com/caojiezi2003/live2d-widget.git
synced 2024-11-22 15:19:44 +00: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;
|
transition: opacity .2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
#waifu-tips span {
|
#waifu-tips .fa-lg {
|
||||||
color: #0099cc;
|
color: #0099cc;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -90,16 +90,16 @@
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#waifu-tool span {
|
#waifu-tool .fa-lg {
|
||||||
color: #7b8c9d;
|
color: #7b8c9d;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: block;
|
display: block;
|
||||||
line-height: 30px;
|
height: 30px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
transition: color .3s;
|
transition: color .3s;
|
||||||
}
|
}
|
||||||
|
|
||||||
#waifu-tool span:hover {
|
#waifu-tool .fa-lg:hover {
|
||||||
color: #0684bd; /* #34495e */
|
color: #0684bd; /* #34495e */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user