From 3b0dd36348badd34afaeccd1191ff06c06d122bf Mon Sep 17 00:00:00 2001 From: Rui Date: Tue, 16 Jan 2018 11:33:50 +0900 Subject: [PATCH] =?UTF-8?q?=E6=9C=AC=E6=96=87=E3=82=92=E5=B0=91=E3=81=97?= =?UTF-8?q?=E6=98=8E=E3=82=8B=E3=81=8F?= 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 8eae6d0..735a4b6 100644 --- a/_includes/style.scss +++ b/_includes/style.scss @@ -30,7 +30,7 @@ $header-mobile-box-shadow: 0 0 5px 2px rgba(0,0,0,0.3); $header-img-vertical-adjustment: -.4em; // 本文 (左メニュー含む) -$article-background: #eee; +$article-background: #f2f2f2; $article-link-color: #588f3d; $article-link-color-visited: #456336;