diff --git a/kit/css/content.css b/kit/css/content.css index a07298b..7582916 100644 --- a/kit/css/content.css +++ b/kit/css/content.css @@ -1333,18 +1333,13 @@ body.page-theme-color-quaternary form input[type='submit'] { transition: border-bottom-color .3s, color .3s; } -.teaser-box-category-marker:hover { - border-bottom-color: rgba(0, 153, 130, 0.7); - color: rgba(0, 153, 130, 0.7); -} - .teaser-box-category-marker:hover::after { transform: translateX(-3px); opacity: .7; } .teaser-box-category-marker .icon { - mask: url('img/teaser-box-arrow-brand-secondary.svg') no-repeat center / contain; + mask: url('../img/teaser-box-arrow-brand-secondary.svg') no-repeat center / contain; position: absolute; right: 0; bottom: 0.55556rem; @@ -1369,7 +1364,7 @@ body.page-theme-color-quaternary form input[type='submit'] { } .teaser-box-color-brand-secondary .teaser-box-category-marker::after { - mask: url('img/teaser-box-arrow-brand-secondary.svg') no-repeat center / contain; + mask: url('../img/teaser-box-arrow-brand-secondary.svg') no-repeat center / contain; } .teaser-box-color-brand-tertiary .teaser-box-category-marker { @@ -1434,7 +1429,7 @@ body.page-theme-color-secondary .teaser-box-category-marker:hover { } body.page-theme-color-secondary .teaser-box-category-marker::after { - content: url(img/teaser-box-arrow-brand-secondary.svg); + content: url(../img/teaser-box-arrow-brand-secondary.svg); } body.page-theme-color-tertiary .teaser-box-image { diff --git a/kit/functions.php b/kit/functions.php index b8e3534..a3fb6ed 100644 --- a/kit/functions.php +++ b/kit/functions.php @@ -339,6 +339,11 @@ function kit_customize_css() background-color: ; } + .teaser-box-category-marker:hover { + border-bottom-color: ; + color: ; + } + ul.catFilter li.available:hover { background-color: ; }