Browse Source

Fix wrong black header colors #2280

pull/2300/head
jlukic 9 years ago
parent
commit
18c0fb7a29
1 changed files with 2 additions and 2 deletions
  1. 4
      src/definitions/elements/header.less

4
src/definitions/elements/header.less

@ -427,10 +427,10 @@ a.ui.yellow.header:hover {
--------------------*/
.ui.inverted.black.header {
color: @darkGrey !important;
color: @lightBlack !important;
}
a.ui.inverted.black.header:hover {
color: @darkGreyHover !important;
color: @lightBlackHover !important;
}
.ui.inverted.blue.header {

Loading…
Cancel
Save