diff options
Diffstat (limited to 'src/components/Root.css')
| -rw-r--r-- | src/components/Root.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/Root.css b/src/components/Root.css index 8a2e828..a31b88b 100644 --- a/src/components/Root.css +++ b/src/components/Root.css @@ -97,6 +97,9 @@ body { Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, 'PingFang SC', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); + -webkit-text-size-adjust: 100%; + -webkit-font-smoothing: antialiased; margin: 0; padding: 0; } |
