working on mobile lang selector

This commit is contained in:
Jonas Heinrich 2020-04-29 11:39:02 +02:00
parent 4b401a4623
commit df552d5478
6 changed files with 65 additions and 11 deletions

View file

@ -157,6 +157,10 @@ function kit_customize_css()
color: <?php echo get_theme_mod('theme_color', '#009982'); ?>;
}
.header-lang-small:hover{
color: <?php echo get_theme_mod('theme_color', '#009982'); ?>;
}
nav > ul > li:hover > a::after,
nav > ul > li:active > a::after {
border-bottom: 4px solid <?php echo get_theme_mod('theme_color', '#009982'); ?>;