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;