fix content page styling, add 404 page

This commit is contained in:
Jonas Heinrich 2020-04-21 17:13:15 +02:00
parent 5a85a6a83d
commit c657879840
5 changed files with 85 additions and 20 deletions

View file

@ -234,6 +234,19 @@ function kit_customize_css()
background-color: <?php echo get_theme_mod('theme_color', '#009982'); ?>;
}
.teaser-box-color-brand-secondary .teaser-box-category-marker {
border-bottom-color: <?php echo get_theme_mod('theme_color', '#009982'); ?>;
color: <?php echo get_theme_mod('theme_color', '#009982'); ?>;
}
.teaser-box-color-brand-secondary .teaser-box-category-marker:hover {
filter: brightness(120%);
}
.teaser-box-category-marker .icon {
background-color: <?php echo get_theme_mod('theme_color', '#009982'); ?>;
}
</style>
<?php
}