diff --git a/src/definitions/elements/header.less b/src/definitions/elements/header.less index 347d8b8af..2d43c25f2 100644 --- a/src/definitions/elements/header.less +++ b/src/definitions/elements/header.less @@ -25,7 +25,7 @@ /* Standard */ .ui.header { border: none; - font-family: @pageFont; + font-family: @headerFont; margin: @topMargin 0em @bottomMargin; padding: @verticalPadding @horizontalPadding; font-weight: @fontWeight; diff --git a/src/definitions/elements/segment.less b/src/definitions/elements/segment.less index 9d490ce3d..e0c21520d 100644 --- a/src/definitions/elements/segment.less +++ b/src/definitions/elements/segment.less @@ -377,12 +377,12 @@ .ui.secondary.segment { background-color: @secondaryBackground; - color: @textColor; + color: @secondaryColor; } .ui.tertiary.segment { background-color: @tertiaryBackground; - color: @lightTextColor; + color: @textColor; } .ui.secondary.inverted.segment {