フォント色を少し黒く

gh-pages
Rui 2018-02-28 18:59:45 +09:00 committed by GitHub
parent b53af97cd4
commit bf5ebb934a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 11 deletions

View File

@ -15,7 +15,7 @@ $border-default: 1px solid #ccc;
// //
$background: url({{ site.github.url }}/images/background.png); $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-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", "meiryo", "arial", "sans-serif";
$font-size: 18px; $font-size: 18px;
$font-size-mobile: 19px; $font-size-mobile: 19px;
@ -28,27 +28,27 @@ $selection-font-color: #fff;
$container-box-shadow: 0 0 10px 0 #ddd; $container-box-shadow: 0 0 10px 0 #ddd;
// //
$header-background: #f2f2f2; $header-background: #f2f2f2;
$header-link-color: #694; $header-link-color: #694;
$header-mobile-box-shadow: 0 0 5px 2px rgba(0,0,0,0.3); $header-mobile-box-shadow: 0 0 5px 2px rgba(0,0,0,0.3);
$header-img-vertical-adjustment: -.4em; $header-img-vertical-adjustment: -.4em;
// () // ()
$article-background: #fff; $article-background: #fff;
$article-link-color: #588f3d; $article-link-color: #588f3d;
$article-link-color-visited: #456336; $article-link-color-visited: #456336;
// - // -
$article-h2-border-bottom: 1px solid #ddd; $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-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-border-bottom: 1px dashed #ddd;
$article-h4-font-size: 1em; $article-h4-font-size: 1em;
$article-h5-border-bottom: none; $article-h5-border-bottom: none;
$article-h5-font-size: 1em; $article-h5-font-size: 1em;
$article-h6-border-bottom: none; $article-h6-border-bottom: none;
$article-h6-font-size: 1em; $article-h6-font-size: 1em;
// //
$footer-background: #333; $footer-background: #333;