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 {