Skip to content

Commit

Permalink
fix: style customized theme
Browse files Browse the repository at this point in the history
  • Loading branch information
christiansam committed Jan 15, 2022
1 parent bdce72b commit abb7655
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions blog-theme/customized_theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
<Group description="Header Selected" selector="#Label1 .selected-item a">
<Variable hideEditor='true' name="header.selected.font" description="Font" type="font" default="normal bold 24px Arial, Tahoma, Helvetica, FreeSans, sans-serif" value="normal normal 24px Montserrat"/>
<Variable name="header.selected.text.color" description="Text Color" type="color" default="#ffffff" value="#ffffff"/>
<Variable name="header.selected.text.color" description="Text Color" type="color" default="#6e00ff" value="#6e00ff"/>
<Variable name="header.selected.background.color" description="Background Color" type="color" default="#6e00ff" value="#6e00ff"/>
</Group>
Expand Down Expand Up @@ -499,7 +499,7 @@
}
#Label1 .selected-item span, #mcTooltip .selected-item span {
color: $(header.selected.text.color);
color: $(light.text.color);
}
body #ddmenu .dropdown {
Expand Down Expand Up @@ -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));
}
Expand Down

0 comments on commit abb7655

Please sign in to comment.