diff --git a/package/index.css b/package/index.css index b4f4bf0..cfc4b39 100644 --- a/package/index.css +++ b/package/index.css @@ -27,6 +27,10 @@ -webkit-font-smoothing: antialiased; } +:where(button) { + all: unset; +} + :where(input, button, textarea, select) { font: inherit; color: inherit; @@ -49,10 +53,6 @@ cursor: not-allowed; } -:where(button) { - border-style: solid; -} - :where(a) { color: inherit; text-underline-offset: 0.2ex;