Skip to content

Commit

Permalink
change(content-box): override primary text color to white as well
Browse files Browse the repository at this point in the history
- useful for accordions hover titles
  • Loading branch information
ichim-david committed Oct 3, 2022
1 parent 940d1b8 commit 28b43c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions theme/themes/eea/extras/contentBox.less
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
--bg-color: transparent;
--border-color-secondary: #FFF;
--text-color: #FFF;
--text-color-primary: @grey-1;
--text-color-hover: @grey-1;
}
// inherit link
Expand Down

0 comments on commit 28b43c7

Please sign in to comment.