From c78ec2fdfc936f1145c636371061c1ed458daa11 Mon Sep 17 00:00:00 2001 From: MinGu Jeong Date: Sat, 11 May 2024 12:43:19 +0900 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20iOS=20=EA=B8=B0=EB=B3=B8=ED=8F=B0?= =?UTF-8?q?=ED=8A=B8=20=EC=83=89=EC=83=81=20=EC=A0=84=EC=97=AD=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.scss b/src/index.scss index fe5382b1..307f3426 100644 --- a/src/index.scss +++ b/src/index.scss @@ -4,6 +4,7 @@ * { margin: 0; padding: 0; + color: #000; } body { From d28996913a47c9b28e88e5a87a1ce309d53a3e50 Mon Sep 17 00:00:00 2001 From: MinGu Jeong Date: Sat, 11 May 2024 14:14:53 +0900 Subject: [PATCH 2/2] =?UTF-8?q?refactor:=20iOS=20=EA=B8=B0=EB=B3=B8?= =?UTF-8?q?=ED=8F=B0=ED=8A=B8=20=EC=83=89=EC=83=81=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.scss b/src/index.scss index 307f3426..1e45840b 100644 --- a/src/index.scss +++ b/src/index.scss @@ -4,7 +4,6 @@ * { margin: 0; padding: 0; - color: #000; } body { @@ -32,6 +31,7 @@ a, button { -webkit-tap-highlight-color: rgb(0 0 0 / 0%); -webkit-tap-highlight-color: transparent; + color: #000; } ul {