🎨 styles: remove -webkit-tap-highlight-color for link

:%s
This commit is contained in:
lytrankieio123
2021-09-15 14:41:33 +07:00
parent a7d39f3d1a
commit 4371fa9d9f

View File

@@ -80,6 +80,3 @@ html {
font-feature-settings: "case" 1, "rlig" 1, "calt" 0; font-feature-settings: "case" 1, "rlig" 1, "calt" 0;
} }
a {
-webkit-tap-highlight-color: var(--primary);
}