Last active
December 30, 2024 00:11
-
-
Save ultrox/daf57cee6d45e86a31b97e89e514071f to your computer and use it in GitHub Desktop.
reset.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
button { | |
-webkit-tap-highlight-color: transparent; | |
-webkit-touch-callout: none; | |
} | |
:where(h1,h2,h3) { | |
margin: 0; | |
text-wrap: balance; | |
} | |
*, | |
*::after, | |
*::before { | |
box-sizing: border-box; | |
} | |
.prose :is(h2, h3, h4, p, ul, ol, li, blockquote, figure) { | |
text-box: cap alphabetic; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment