From 0b8dcbf1307208a868b78b99dad48ea026bb1bf4 Mon Sep 17 00:00:00 2001 From: SunHo Park <67692759+prefer2@users.noreply.github.com> Date: Thu, 20 Oct 2022 19:13:10 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=95=84=EC=9D=B4=ED=8F=B0=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EB=B2=84=ED=8A=BC=20=EC=83=89=EC=83=81=EC=9D=B4=20?= =?UTF-8?q?=ED=8C=8C=EB=9E=91=EC=83=89=EC=9C=BC=EB=A1=9C=20=EB=B3=B4?= =?UTF-8?q?=EC=9D=B4=EB=8A=94=20=EB=AC=B8=EC=A0=9C=EB=A5=BC=20=ED=95=B4?= =?UTF-8?q?=EA=B2=B0=20(#613)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/styles/reset.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/styles/reset.ts b/frontend/src/styles/reset.ts index b376b18c..af511e28 100644 --- a/frontend/src/styles/reset.ts +++ b/frontend/src/styles/reset.ts @@ -133,6 +133,7 @@ const reset = css` padding: 0; background-color: transparent; cursor: pointer; + color: black; } a { text-decoration: none;