From 797bf28823796fa052501fe4199a38c2fdf7deb1 Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Tue, 24 Mar 2015 15:04:05 +0100 Subject: [PATCH] new colors --- app/styles/app/layouts/top.sass | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/styles/app/layouts/top.sass b/app/styles/app/layouts/top.sass index c65e114b..23e6d3f3 100644 --- a/app/styles/app/layouts/top.sass +++ b/app/styles/app/layouts/top.sass @@ -14,7 +14,7 @@ $top-height: 55px transition: background-color 200ms ease background : inline-image('svg/travis-ci-logo.svg') no-repeat 0 50% &:hover - background : #eaeaea inline-image('svg/travis-ci-logo-hover.svg') no-repeat 50% + background : $cream-light inline-image('svg/travis-ci-logo-hover.svg') no-repeat 50% .burger overflow: auto @@ -37,13 +37,13 @@ $top-height: 55px .topbar font-size: $font-size-m - background-color: #eaebe7 + background-color: #eff0ec color: $grey1 a display: block color: $grey1 - border-bottom: solid 1px #eaebe7 + border-bottom: solid 1px #eff0ec @media #{$small-only} .navigation @@ -112,4 +112,4 @@ $top-height: 55px right: 1rem display: block z-index: 90 - background-color: #eaebe7 + background-color: #eff0ec