diff --git a/blog-theme/customized_theme.xml b/blog-theme/customized_theme.xml index 604ce45..c3dc646 100644 --- a/blog-theme/customized_theme.xml +++ b/blog-theme/customized_theme.xml @@ -170,7 +170,7 @@ - + @@ -499,7 +499,7 @@ } #Label1 .selected-item span, #mcTooltip .selected-item span { - color: $(header.selected.text.color); + color: $(light.text.color); } body #ddmenu .dropdown { @@ -3658,6 +3658,10 @@ padding-bottom: 2.5em; } + body:not([class~="more-active"]) header:not([class~="fixed"]) #Label1 nav ul li.label-item a:hover { + color: $(complementary.background.color); + } + body:not([class~="more-active"]) header:not([class~="fixed"]) #Label1 nav ul li.label-item a { background: linear-gradient($(shade5.gradient.background.angle1), $(shade5.gradient.background.color1), $(shade5.gradient.background.color2), $(shade5.gradient.background.color3)); }