From 97dfefd68a2423fbf33037e5e167bced0916ce75 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 27 Oct 2018 14:58:26 +0900 Subject: [PATCH] =?UTF-8?q?box=E5=BD=B1=E8=BF=BD=E5=8A=A0=EF=BC=86?= =?UTF-8?q?=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88=E3=82=A8=E3=83=AA=E3=82=A2?= =?UTF-8?q?=E6=96=87=E5=AD=97=E8=89=B2=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/css/blockmode.css | 3 +++ plusfuture/css/style.css | 3 +++ 2 files changed, 6 insertions(+) diff --git a/plusfuture/css/blockmode.css b/plusfuture/css/blockmode.css index cc1db20..2116ebf 100644 --- a/plusfuture/css/blockmode.css +++ b/plusfuture/css/blockmode.css @@ -13,3 +13,6 @@ margin-left: 5px; margin-bottom: 35px; } +.toplevel_item { + box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.4); +} diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index be888bb..a0d6d8d 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1802,4 +1802,7 @@ dl.bb-dl > dd > li { } .comment a { font-size: 0.9rem; +} +.comment { + background: rgb(199, 199, 199); } \ No newline at end of file