From 542eca9e65b8c26e50a4ff0dc2bb1c284f14daef Mon Sep 17 00:00:00 2001 From: Rui Date: Tue, 16 Jan 2018 11:36:38 +0900 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E3=82=8A=E6=95=A2=E3=81=88=E3=81=9A?= =?UTF-8?q?=E6=88=BB=E3=81=99?= 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 735a4b6..eaf1505 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: #fff; +$header-background: #f2f2f2; $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: #f2f2f2; +$article-background: #fff; $article-link-color: #588f3d; $article-link-color-visited: #456336;