From 8792efec39a5a0c49fa0633765d01b94604558df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Thu, 21 May 2015 08:26:11 +0200 Subject: [PATCH] Project menu background --- app/styles/dependencies/colors.scss | 2 ++ app/styles/modules/common/projects-nav.scss | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/styles/dependencies/colors.scss b/app/styles/dependencies/colors.scss index 85fa352b..3275443a 100755 --- a/app/styles/dependencies/colors.scss +++ b/app/styles/dependencies/colors.scss @@ -8,6 +8,7 @@ $gray-light: #b8b8b8; $whitish: #f5f5f5; $white: #fff; + $green-taiga: #72a114; $fresh-taiga: #9dce0a; $dark-taiga: #879b89; @@ -26,3 +27,4 @@ $red-amaranth: #e43050; $purple-eggplant: #810061; $yellow-pear: #bbe831; +$menu: #232323; diff --git a/app/styles/modules/common/projects-nav.scss b/app/styles/modules/common/projects-nav.scss index 1d958470..ca3d0671 100644 --- a/app/styles/modules/common/projects-nav.scss +++ b/app/styles/modules/common/projects-nav.scss @@ -1,5 +1,5 @@ .projects-nav { - background-color: $blackish; + background-color: $menu; display: flex; flex-direction: column; height: 100%;