From 1959d0742956c8843ea3b74af167271673e10b4a Mon Sep 17 00:00:00 2001 From: Mimi <1119186082@qq.com> Date: Wed, 3 Nov 2021 01:05:45 +0800 Subject: [PATCH] Fix style issue with Font Awesome js * See: https://github.com/stevenjoezhang/live2d-widget/issues/54 --- waifu.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/waifu.css b/waifu.css index a61d744..5833d79 100755 --- a/waifu.css +++ b/waifu.css @@ -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 */ }