From 9252aa367546d4f6aef9f65cb0a22058f4919902 Mon Sep 17 00:00:00 2001 From: YunYouJun Date: Sun, 17 Apr 2022 03:36:04 +0800 Subject: [PATCH] style: add antialiased & remote tap highlight --- src/styles/index.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/styles/index.scss b/src/styles/index.scss index 2f751ba..a89f07f 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -5,6 +5,9 @@ html { background-color: var(--c-bg); scroll-behavior: smooth; + + -webkit-font-smoothing: antialiased; + -webkit-tap-highlight-color: transparent; } a {