diff --git a/src/stylesheets/base.css b/src/stylesheets/base.css index 69785d0..f79cec0 100644 --- a/src/stylesheets/base.css +++ b/src/stylesheets/base.css @@ -89,9 +89,11 @@ h1 { border: var(--_border-size) solid var(--_accent-color); transition: all var(--_transition-delay) ease; display: inline-block; + outline: none; } -.cta:hover { +.cta:hover, +.cta:focus-visible { background-color: var(--lime-1); color: var(--_accent-color); box-shadow: 0 0 0 0 var(--_accent-color);