From c67870a41de1e4cf3f2ae55cf0b542cfa5d582c3 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 28 Oct 2018 18:40:54 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=86=E3=82=AD=E3=82=B9=E3=83=88=E3=82=A8?= =?UTF-8?q?=E3=83=AA=E3=82=A2=E8=8B=A6=E6=82=A9?= 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 4a1e77e..0f4a6fe 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 { +#profile-jot-wrapper { filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.48)); transition: all 300ms 0s; } -#jot-text-wrap:hover { +#profile-jot-wrapper:hover { filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.678)); } \ No newline at end of file