Skip to content

Commit

Permalink
refactor(style-menu): add text-color to paragraphs styles
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Feb 3, 2023
1 parent 850ae2b commit 3446bc2
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions theme/themes/eea/globals/site.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,25 @@ a {
background: @lightLavender;
color: @black;
}

/* Add colors for paragraphs styles options in StyeMenu */
#style-menu.ui.dropdown .menu {
span:nth-of-type(1) {
color: @primaryColor;
span.text {
color: @primaryColor;
}
}
span:nth-of-type(2) {
color: @secondaryColor;
span.text {
color: @secondaryColor;
}
}
span:nth-of-type(3) {
color: @tertiaryColor;
span.text {
color: @tertiaryColor;
}
}
}

0 comments on commit 3446bc2

Please sign in to comment.