Skip to content

Commit

Permalink
Improve(Normal CSS): Preset outline and border style 0 solid #299
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron authored and 0Miles committed Nov 6, 2023
1 parent aa8ab7a commit 6a56c75
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/normal.css/src/index.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
body {
line-height: 1.2;

-webkit-tap-highlight-color: transparent;

text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;

-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;

-moz-tab-size: 4;
tab-size: 4;
}
Expand All @@ -24,11 +20,12 @@ strong {
::before,
::after {
box-sizing: border-box;
border: 0 solid;
outline: 0 solid;
}

* {
text-rendering: geometricPrecision;
border: 0 solid;
}

body,
Expand Down

0 comments on commit 6a56c75

Please sign in to comment.