Fix color errors
parent
b6bedb3aec
commit
d8908fd6fd
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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%;
|
||||||
|
|
Loading…
Reference in New Issue