From 4082880213da7903b1c7ec7fcf485bb5ab01de4a Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Tue, 25 Oct 2022 17:38:14 -0400 Subject: [PATCH] Remove a bunch of the reset styles --- static/styles/root.css | 28 ---------------------------- 1 file changed, 28 deletions(-) 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 {