fix content page styling, add 404 page
This commit is contained in:
parent
5a85a6a83d
commit
c657879840
5 changed files with 85 additions and 20 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue