style: add antialiased & remote tap highlight

This commit is contained in:
YunYouJun
2022-04-17 03:36:04 +08:00
parent b032b88383
commit 9252aa3675

View File

@@ -5,6 +5,9 @@ html {
background-color: var(--c-bg);
scroll-behavior: smooth;
-webkit-font-smoothing: antialiased;
-webkit-tap-highlight-color: transparent;
}
a {