From a4a66a5720365a7b8c510642c096f0405c4af5ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=B0=BD=EC=88=98?= Date: Wed, 26 Mar 2025 14:26:18 +0900 Subject: [PATCH] =?UTF-8?q?css=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/_reset.scss | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/styles/_reset.scss b/src/styles/_reset.scss index 0f6320a..fab3eb0 100644 --- a/src/styles/_reset.scss +++ b/src/styles/_reset.scss @@ -229,8 +229,9 @@ button{ background-color: #4C6FBF; border: 1px solid #4C6FBF; &:hover{ - background-color: #414E6C; - border: 1px solid #414E6C; + background-color: #4C6FBF; + border: 1px solid #4C6FBF; + font-weight: normal; } } &.white{ @@ -241,13 +242,14 @@ button{ background-color: #fff; border: 1px solid #fff; color: #101010; + font-weight: normal; } } &:hover{ - font-weight: 400; - background-color: #fff; - border: 1px solid #fff; - color: #101010; + background-color: #353535; + border: 1px solid #484848; + color: #fff; + font-weight: normal; } } &.self{