fix category page cards link styling

This commit is contained in:
Jonas Heinrich 2020-07-16 15:59:00 +02:00
parent d2404e6b14
commit 8c16ceee0d
2 changed files with 8 additions and 8 deletions

View file

@ -339,6 +339,11 @@ function kit_customize_css()
background-color: <?php echo get_theme_mod('theme_color', '#009982'); ?>;
}
.teaser-box-category-marker:hover {
border-bottom-color: <?php echo get_theme_mod('theme_color', '#009982'); ?>;
color: <?php echo get_theme_mod('theme_color', '#009982'); ?>;
}
ul.catFilter li.available:hover {
background-color: <?php echo get_theme_mod('theme_color', '#009982'); ?>;
}