diff --git a/src/stylelite.css b/src/stylelite.css index f3fd4a1..9980480 100644 --- a/src/stylelite.css +++ b/src/stylelite.css @@ -244,6 +244,13 @@ button.link { color: var(--theme) } +button.link:hover { + background: none; + border: none; + color: var(--theme); + text-decoration: underline; +} + a.button, button { background: var(--theme); color: var(--white);