diff --git a/static/css/miuix.css b/static/css/miuix.css index 30f894e..f0b46c1 100644 --- a/static/css/miuix.css +++ b/static/css/miuix.css @@ -126,6 +126,8 @@ html, body { overflow: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; + -webkit-tap-highlight-color: transparent; + -webkit-touch-callout: none; transition: background var(--transition-normal), color var(--transition-normal); } diff --git a/templates/index.html b/templates/index.html index 49bae88..794322b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -10,6 +10,7 @@
+