From b53af97cd465a9695e28376e69a8f98fb0b58fc7 Mon Sep 17 00:00:00 2001 From: Rui Date: Wed, 28 Feb 2018 18:56:33 +0900 Subject: [PATCH] =?UTF-8?q?=E9=81=B8=E6=8A=9E=E3=81=97=E3=81=9F=E6=96=87?= =?UTF-8?q?=E5=AD=97=E3=81=AE=E8=83=8C=E6=99=AF=E8=89=B2=E3=82=92=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0(3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _sass/_scaffolding.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/_scaffolding.scss b/_sass/_scaffolding.scss index de007a7..12c96ef 100644 --- a/_sass/_scaffolding.scss +++ b/_sass/_scaffolding.scss @@ -14,6 +14,6 @@ body { ::selection { background-color: $selection-background; - color: $font-color-selection; + color: $selection-font-color; } }