diff --git a/less/account.less b/less/account.less index e45a991..b38874e 100644 --- a/less/account.less +++ b/less/account.less @@ -136,7 +136,7 @@ right: 2em; opacity: 1; background-color: @brand-primary; - color: #eee; + color: @gray-lighter; padding: 0.5em; font-weight: bold; diff --git a/less/categories.less b/less/categories.less index db0d50f..b11f0f2 100644 --- a/less/categories.less +++ b/less/categories.less @@ -8,9 +8,9 @@ padding-bottom: 10px; @media (max-width: @screen-xs-max) { - border-top: 1px solid #eee; + border-top: 1px solid @gray-lighter; &:last-child { - border-bottom: 1px solid #eee; + border-bottom: 1px solid @gray-lighter; }; } diff --git a/less/groups.less b/less/groups.less index 5905298..851c896 100644 --- a/less/groups.less +++ b/less/groups.less @@ -75,7 +75,7 @@ right: 2em; opacity: 1; background-color: @brand-primary; - color: #eee; + color: @gray-lighter; padding: 0.5em; font-weight: bold; diff --git a/less/header.less b/less/header.less index 5090f43..dee5e86 100644 --- a/less/header.less +++ b/less/header.less @@ -186,7 +186,7 @@ margin: auto; .progress-bar { - background-color: #eee; + background-color: @gray-lighter; height: 2px; } } diff --git a/less/modules/morph.less b/less/modules/morph.less index 0357cf8..2a2390b 100644 --- a/less/modules/morph.less +++ b/less/modules/morph.less @@ -232,7 +232,7 @@ header .btn-morph > span > span { display: block; position: absolute; content: ""; - background-color: #EEE; + background-color: @gray-lighter; border-radius: 100%; width: 100%; height: 100%; diff --git a/less/topic.less b/less/topic.less index 5616543..57ae9e5 100644 --- a/less/topic.less +++ b/less/topic.less @@ -342,7 +342,7 @@ .pagination-block { position: fixed; width: 100%; - background-color: #eee; + background-color: @gray-lighter; bottom: 0px; left: 0px; z-index: 100;