Edit color to keep consistency across taiga

stable
Xavier Julián 2015-01-14 12:36:56 +01:00
parent 42264cedaf
commit 9406ca3a69
1 changed files with 2 additions and 2 deletions

View File

@ -12,13 +12,13 @@
@extend %title;
opacity: .2;
&:hover {
color: $blackish;
color: $gray;
opacity: 1;
transition: opacity .3s linear;
}
}
.active {
color: $blackish;
color: $gray;
opacity: 1;
transition : opacity .3s linear;
}