Skip to content

Instantly share code, notes, and snippets.

@ultrox
Last active December 30, 2024 00:11
Show Gist options
  • Save ultrox/daf57cee6d45e86a31b97e89e514071f to your computer and use it in GitHub Desktop.
Save ultrox/daf57cee6d45e86a31b97e89e514071f to your computer and use it in GitHub Desktop.
reset.css
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