Files
modrinth/packages/assets/styles/reset.css
T

16 lines
226 B
CSS

button,
input[type='button'] {
margin: 0;
padding: 0;
border: 0;
background: transparent;
color: inherit;
font: inherit;
cursor: pointer;
outline: 2px solid transparent;
}
:where(*) {
border: 0 solid currentColor;
}