From bf5ebb934a298a280d3ef37d5634164035bb0e84 Mon Sep 17 00:00:00 2001 From: Rui Date: Wed, 28 Feb 2018 18:59:45 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=95=E3=82=A9=E3=83=B3=E3=83=88=E8=89=B2?= =?UTF-8?q?=E3=82=92=E5=B0=91=E3=81=97=E9=BB=92=E3=81=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _includes/style.scss | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/_includes/style.scss b/_includes/style.scss index 6159c98..b1e76cf 100644 --- a/_includes/style.scss +++ b/_includes/style.scss @@ -15,7 +15,7 @@ $border-default: 1px solid #ccc; // 基本設定 $background: url({{ site.github.url }}/images/background.png); -$font-color: #444; +$font-color: #333; $font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", "meiryo", "arial", "sans-serif"; $font-size: 18px; $font-size-mobile: 19px; @@ -28,27 +28,27 @@ $selection-font-color: #fff; $container-box-shadow: 0 0 10px 0 #ddd; // ヘッダ -$header-background: #f2f2f2; -$header-link-color: #694; -$header-mobile-box-shadow: 0 0 5px 2px rgba(0,0,0,0.3); +$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: #fff; -$article-link-color: #588f3d; +$article-background: #fff; +$article-link-color: #588f3d; $article-link-color-visited: #456336; // 本文 - 見出し $article-h2-border-bottom: 1px solid #ddd; -$article-h2-font-size: 1.5em; +$article-h2-font-size: 1.5em; $article-h3-border-bottom: 1px dotted #ddd; -$article-h3-font-size: 1.25em; +$article-h3-font-size: 1.25em; $article-h4-border-bottom: 1px dashed #ddd; -$article-h4-font-size: 1em; +$article-h4-font-size: 1em; $article-h5-border-bottom: none; -$article-h5-font-size: 1em; +$article-h5-font-size: 1em; $article-h6-border-bottom: none; -$article-h6-font-size: 1em; +$article-h6-font-size: 1em; // フッタ $footer-background: #333;