選択した文字の背景色を追加(1)

gh-pages
Rui 2018-02-28 18:55:48 +09:00 committed by GitHub
parent b98abd8c1e
commit 832bb89e9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 4 deletions

View File

@ -14,11 +14,15 @@
$border-default: 1px solid #ccc;
//
$background: url({{ site.github.url }}/images/background.png);
$font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", "meiryo", "arial", "sans-serif";
$font-size: 18px;
$background: url({{ site.github.url }}/images/background.png);
$font-color: #444;
$font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", "meiryo", "arial", "sans-serif";
$font-size: 18px;
$font-size-mobile: 19px;
$text-color: #444;
$letter-spacing: 0.075em;
$line-height: 1.4em;
$selection-background: #659b4b;
$selection-font-color: #fff;
//
$container-box-shadow: 0 0 10px 0 #ddd;