Browse Source

Adds header font variable, fixes secondary segment text color

pull/912/head
jlukic 11 years ago
parent
commit
b597165d3b
2 changed files with 3 additions and 3 deletions
  1. 2
      src/definitions/elements/header.less
  2. 4
      src/definitions/elements/segment.less

2
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;

4
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 {

Loading…
Cancel
Save