Skip to content

Commit

Permalink
fix: fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
everton-dgn committed Feb 19, 2024
1 parent 8ffad43 commit 9570419
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/theme/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
line-height: calc(1em + 0.5rem);
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;

@apply m-0 box-border list-none p-0 font-sans no-underline antialiased;
}

Expand Down Expand Up @@ -73,7 +72,7 @@
}

:focus:not(:focus-visible) {
@apply shadow-none outline-none;
@apply outline-0;
}

mark {
Expand Down

0 comments on commit 9570419

Please sign in to comment.