diff --git a/assets/style.css b/assets/style.css index 2c7fe32..8af4b67 100644 --- a/assets/style.css +++ b/assets/style.css @@ -158,13 +158,13 @@ button { .cta { display: inline-block; vertical-align: baseline; - background-color: rgb(var(--bg)); transition: all 0.25s; } .satisfiedBox a:hover { filter: invert(100%); opacity: 1; + background-color: rgb(var(--bg)); text-decoration-color: transparent; padding: 4px; margin: -4px 0;