From aa82dfebb56ef1c1e777e7556bb80505db2f63ed Mon Sep 17 00:00:00 2001 From: Leandro Nunes dos Santos Date: Thu, 1 Oct 2015 09:03:11 -0300 Subject: [PATCH] closes #424 --- src/app/index.scss | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/src/app/index.scss b/src/app/index.scss index 73e73c5..9a1fe73 100644 --- a/src/app/index.scss +++ b/src/app/index.scss @@ -120,26 +120,17 @@ body { border-right: 0; border-top: 0; border-radius: 6px; + background-color: #5e739d; + border-bottom: 3px solid #45506e; -webkit-transition: all $time ease-in-out; -moz-transition: all $time ease-in-out; -o-transition: all $time ease-in-out; transition: all $time ease-in-out; - @each $category, $color in $categories { - .#{$category} & { - background-color: $color; - border-bottom: 3px solid map-get($categories-complementary-2, $category); - } - } - &:hover, &:focus { - @each $category, $color in $categories { - .#{$category} & { - background-color: map-get($categories-complementary-2, $category); - } - } + background-color: #45506e; } .contraste & { -- libgit2 0.21.2