Fix color errors

stable
Xavier Julián 2015-04-09 11:57:54 +02:00
parent b6bedb3aec
commit d8908fd6fd
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@
} }
input:checked { input:checked {
+ div { + div {
background-color: $green-christi; background-color: $fresh-taiga;
margin-left: 50%; margin-left: 50%;
transition: all .2s linear; transition: all .2s linear;
} }

View File

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