Browse Source

update header.less to use current @green color

pull/301/head
Jon James 11 years ago
parent
commit
01858d688b
1 changed files with 4 additions and 4 deletions
  1. 8
      src/elements/header.less

8
src/elements/header.less

@ -22,7 +22,7 @@
// @white
// @blue
// @red
// @lightGreen
// @green
// @purple
// @teal
// @midGrey
@ -200,7 +200,7 @@ h5.ui.header {
color: @midGrey !important;
}
.ui.green.header {
color: @lightGreen !important;
color: @green !important;
}
.ui.red.header {
color: @red !important;
@ -219,7 +219,7 @@ h5.ui.header {
border-bottom: 3px solid @midGrey;
}
.ui.green.dividing.header {
border-bottom: 3px solid @lightGreen;
border-bottom: 3px solid @green;
}
.ui.red.dividing.header {
border-bottom: 3px solid @red;
@ -256,7 +256,7 @@ h5.ui.header {
color: @white !important;
}
.ui.inverted.green.header {
background-color: @lightGreen !important;
background-color: @green !important;
color: @white !important;
}
.ui.inverted.red.header {

Loading…
Cancel
Save