From caadb250b433998afff05496e2ef5e19b83f9286 Mon Sep 17 00:00:00 2001 From: Rui Date: Tue, 16 Jan 2018 11:28:39 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=98=E3=83=83=E3=83=80=E3=81=A8=E6=9C=AC?= =?UTF-8?q?=E6=96=87=E3=81=AE=E8=89=B2=E3=82=92=E5=8F=96=E3=82=8A=E6=9B=BF?= =?UTF-8?q?=E3=81=88=E3=81=A6=E3=81=BF=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _includes/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/style.scss b/_includes/style.scss index 28ed18c..8eae6d0 100644 --- a/_includes/style.scss +++ b/_includes/style.scss @@ -24,13 +24,13 @@ $text-color: #444; $container-box-shadow: 0 0 10px 0 #ddd; // ヘッダ -$header-background: #eee; +$header-background: #fff; $header-link-color: #694; $header-mobile-box-shadow: 0 0 5px 2px rgba(0,0,0,0.3); $header-img-vertical-adjustment: -.4em; // 本文 (左メニュー含む) -$article-background: #fff; +$article-background: #eee; $article-link-color: #588f3d; $article-link-color-visited: #456336;