From 5d6c790057717a8f46ade2e59a56de91579afaba Mon Sep 17 00:00:00 2001 From: yuki540 Date: Tue, 20 Feb 2018 11:32:12 +0900 Subject: [PATCH] =?UTF-8?q?update:=20=E4=BB=8A=E5=9B=9E=E3=81=AE=E3=83=86?= =?UTF-8?q?=E3=83=BC=E3=83=9E=EF=BC=96=E8=89=B2=E3=82=92=E6=B1=BA=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/scss/_variable.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/scss/_variable.scss b/src/scss/_variable.scss index c729640..9c7a1a1 100644 --- a/src/scss/_variable.scss +++ b/src/scss/_variable.scss @@ -1,2 +1,9 @@ $min-width: 1100px; $min-height: 650px; + +$theme-bg: #FCFCF3; // 背景色 +$theme-gray: #E4D6CE; // 灰色 +$theme-pink: #C2617E; // ピンク +$theme-light-pink: #E5B8BD; // 薄ピンク +$theme-purple: #4A3F55; // 紫 +$theme-light-purple: #817487; // 薄紫