Project menu background

stable
Xavier Julián 2015-05-21 08:26:11 +02:00
parent 9fe9f78347
commit 8792efec39
2 changed files with 3 additions and 1 deletions

View File

@ -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;

View File

@ -1,5 +1,5 @@
.projects-nav {
background-color: $blackish;
background-color: $menu;
display: flex;
flex-direction: column;
height: 100%;