From 407f4222e7a00045f5159e3e46a7e0e2d482757e Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 28 Oct 2018 18:47:10 +0900 Subject: [PATCH] =?UTF-8?q?=E8=A6=AA=E6=8A=95=E7=A8=BF=E3=81=AE=E5=BD=B1?= =?UTF-8?q?=E4=BB=98=E3=81=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/css/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index 0f4a6fe..310a69b 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1800,9 +1800,11 @@ dl.bb-dl > dd > li { .toplevel_item > .wall-item-outside-wrapper .wall-item-name { font-size: 1.2rem; } - +.wall-item-outside-wrapper > .wall-item-content-wrapper { + box-shadow: 0px 0px 5px 2px rgba(75, 75, 75, 0.3); +} .toplevel_item { - box-shadow: 0px 0px 0px 2px rgba(75, 75, 75, 0.3); + box-shadow: 0px 0px 5px 2px rgba(75, 75, 75, 0.3); transition: all 300ms 0s; } .toplevel_item:hover {