From 0cd6ec2bfc76be5e78cd5ef15767547491130f4e Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 28 Oct 2018 18:37:33 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index 955c3f3..4a1e77e 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1812,10 +1812,10 @@ dl.bb-dl > dd > li { filter: drop-shadow(0px 0px 5px rgba(75, 75, 75, 0.48)); } -.jot-text-wrap { +#jot-text-wrap { filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.48)); transition: all 300ms 0s; } -.jot-text-wrap:hover { +#jot-text-wrap:hover { filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.678)); } \ No newline at end of file