Skip to content

Commit

Permalink
Use consistent text colour for accordion titles to improve contrast a…
Browse files Browse the repository at this point in the history
…nd CMS consistency (plone#6330)
  • Loading branch information
JeffersonBledsoe authored Sep 26, 2024
1 parent eb14b61 commit a2d997b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/volto/news/6330.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Changed sidebar accordion text colour from @teal to @textColor. @JeffersonBledsoe
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@

/* Styled Title */
@styledTitleFontWeight: @normal;
@styledTitleColor: @teal;
@styledTitleColor: @textColor;
@styledTitleBorder: none;

/* Styled Title States */
@styledTitleHoverBackground: @darkWhite;
@styledTitleHoverColor: @teal;
@styledTitleHoverColor: @textColor;
@styledActiveTitleBackground: @darkWhite;
@styledActiveTitleColor: @teal;
@styledActiveTitleColor: @textColor;

/* Styled Child Title States */

Expand Down

0 comments on commit a2d997b

Please sign in to comment.