From f7094f52083ccd7064e3e2808385cd1d0927e1b7 Mon Sep 17 00:00:00 2001 From: harukin Date: Sun, 10 Feb 2019 22:57:52 +0900 Subject: [PATCH] =?UTF-8?q?=E5=BD=B1=E3=81=AE=E6=BF=83=E3=81=95=E5=BE=AE?= =?UTF-8?q?=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/theme/plusfuture/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index 3a0ad07..0ea7373 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -1855,7 +1855,7 @@ dl.bb-dl > dd > li { .toplevel_item, #notifications, #profile-jot-wrapper { - box-shadow: 0px 0px 5px 1px rgba(75, 75, 75, 0.3); + box-shadow: 0px 0px 1px 1px rgba(75, 75, 75, 0.1); transition: all 300ms 0s; } .toplevel_item:hover, @@ -2136,7 +2136,7 @@ a[title*="pawoo.net"]::after { .shared_container { border-radius: 2px; margin-top: 15px; - box-shadow: 2px 2px 6px 1px rgba(75, 75, 75, 0.5); + box-shadow: 1px 1px 2px 1px rgba(75, 75, 75, 0.5); margin-left: 10px; }