diff --git a/src/stylelite.css b/src/stylelite.css index e811b2c..82ec6ee 100644 --- a/src/stylelite.css +++ b/src/stylelite.css @@ -8,7 +8,6 @@ --white: #FFF; --black: #000; - --gray: #777; --light: #EEE; --dark: #222; @@ -227,9 +226,7 @@ button, input[type="reset"],input[type="submit"] { } button[disabled], button[disabled]:hover { - color: var(--gray); - background-color: var(--light); - border: 1px solid var(--gray); + filter: brightness(75%); cursor: not-allowed; pointer-events: none; }