@ -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;
@ -377,12 +377,12 @@
.ui.secondary.segment {
background-color: @secondaryBackground;
color: @textColor;
color: @secondaryColor;
}
.ui.tertiary.segment {
background-color: @tertiaryBackground;
color: @lightTextColor;
.ui.secondary.inverted.segment {