From 7fbebf6919b58d96b6da5e0adcbafcded1801145 Mon Sep 17 00:00:00 2001 From: Rui Date: Tue, 16 Jan 2018 10:48:39 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=A2=E3=83=90=E3=82=A4=E3=83=AB=E3=83=98?= =?UTF-8?q?=E3=83=83=E3=83=80=E3=81=AE=E5=BD=B1=E3=82=92=E5=BE=AE=E8=AA=BF?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _includes/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/style.scss b/_includes/style.scss index a05b808..0f82154 100644 --- a/_includes/style.scss +++ b/_includes/style.scss @@ -21,7 +21,7 @@ $font-size-mobile: 16px; $text-color: #444; // コンテナ -$container-box-shadow: 0 0 10px 0 #ddd; +$container-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1); // ヘッダ $header-background: #eee;