From c9e425389faaec655cbae78a925ac9df5592ecdf Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Wed, 12 Apr 2023 20:16:25 +0900 Subject: [PATCH] removed auto appearance CSS tags --- public/style.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/style.css b/public/style.css index 4034ea026..697fd48a6 100644 --- a/public/style.css +++ b/public/style.css @@ -63,8 +63,6 @@ box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - appearance: auto; - -moz-appearance: auto; scroll-behavior: smooth; text-shadow: 0 0 3px black; }