Remove a bunch of the reset styles

This commit is contained in:
Eryn Wells 2022-10-25 17:38:14 -04:00
parent 1200833ef3
commit 3ec529525a

View file

@ -81,37 +81,9 @@
}
@layer reset {
* { box-sizing: border-box; }
body, button, h1, h2, h3, h4, h5, h6, input, ol, ul, p, pre, textarea {
padding: 0; margin: 0;
}
table {
border-spacing: 0;
border-collapse: collapse;
}
button,
input,
textarea {
font: inherit;
background: transparent;
border: 0;
outline: 0;
-webkit-appearance: none;
}
button,
input[type='button'],
input[type='submit'] {
cursor: pointer;
}
input:-webkit-autofill,
textarea:-webkit-autofill {
box-shadow: 0 0 0 6rem var(--white) inset;
}
}
a {