Skip to content

Commit

Permalink
fix: Title H3 has wrong text color - EXO-73171 - Meeds-io/MIPs#128
Browse files Browse the repository at this point in the history
H3 has wrong text color
  • Loading branch information
hakermi committed Jul 24, 2024
1 parent 2771dba commit f6558ff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions web/eXoSkin/src/main/webapp/skin/less/reset.less
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ h6 { font-size: 13px; }
h4 {
.title;
}

h3 {
.title(@linkColor,rgba(35,44,48,0.15),24px,@headingsFontWeight,@baseLineHeight + 8); /*call titleInfo mixin from wiki-mixins*/
.title(@baseColor,rgba(35,44,48,0.15),24px,@headingsFontWeight,@baseLineHeight + 8); /*call titleInfo mixin from wiki-mixins*/
}

// Utility classes
Expand All @@ -51,4 +52,4 @@ body {
}
.uiIconEcmsLightGray:before{
content: "\e665";
}
}

0 comments on commit f6558ff

Please sign in to comment.