diff --git a/static/styles/root.css b/static/styles/root.css index 3253e8e..18fa42e 100644 --- a/static/styles/root.css +++ b/static/styles/root.css @@ -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 {