From 01858d688bcc92c66e9c84ab3c3360d8792bf2cd Mon Sep 17 00:00:00 2001 From: Jon James Date: Thu, 31 Oct 2013 09:33:28 -0600 Subject: [PATCH] update header.less to use current @green color --- src/elements/header.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/elements/header.less b/src/elements/header.less index 4c33dd464..7100a6980 100755 --- a/src/elements/header.less +++ b/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 {