From e0974be493dfb0354ee8c53f58014789e75c2ac4 Mon Sep 17 00:00:00 2001 From: Bella Date: Sat, 13 Jul 2024 10:24:48 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=97=86=EB=8A=94=20=EC=BB=AC?= =?UTF-8?q?=EB=9F=AC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/variables/colors.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/styles/variables/colors.scss b/src/styles/variables/colors.scss index 88b79bc..cdb0ca2 100644 --- a/src/styles/variables/colors.scss +++ b/src/styles/variables/colors.scss @@ -6,6 +6,9 @@ $dark-font_5A: #5a5a5a; $dark-font_33: #333333; $dark-orange_E5: #e5592d; +/* White */ +$white_FF: #ffffff; + /* Gray */ $light-bg_F9: #f9f9f9; $light-bg_F2: #f2f2f4; @@ -14,3 +17,6 @@ $light-blue_B3: #b3b6c0; $light-font_9E: #9ea1b0; $light-bg_89: #898e9d; $light-gray_81: #818492; + +/* shadow */ +$box-shadow_00: #0000001a;