diff --git a/pkg/web_css/lib/src/_home.scss b/pkg/web_css/lib/src/_home.scss index 8ecb73bf4c..9d06892360 100644 --- a/pkg/web_css/lib/src/_home.scss +++ b/pkg/web_css/lib/src/_home.scss @@ -294,6 +294,9 @@ text-align: center; position: relative; + // compensate default link hover effects + a { filter: none; } + &:hover, &:focus-within { .pow-video-overlay-img-active { display: inline-block; }