Skip to content

Commit

Permalink
feat(style): enhance html/:host root styles
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Feb 6, 2024
1 parent ae49df0 commit eca148a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/style/lib/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@
-webkit-touch-callout: none;
}

html,
:host {
tab-size: 4;
text-size-adjust: none;
}

body {
text-rendering: optimizeLegibility;
font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
tab-size: 4;
text-size-adjust: none;
-webkit-user-drag: none;
-ms-content-zooming: none;
}
Expand Down

0 comments on commit eca148a

Please sign in to comment.