adjust some colors that were incorrect

This commit is contained in:
catarak 2016-07-11 22:00:11 -04:00
parent 9249d496fa
commit b89a1103b9
3 changed files with 4 additions and 4 deletions

View file

@ -82,7 +82,7 @@
}
%fake-link {
color: $light-secondary-text-color;
color: $light-inactive-text-color;
cursor: pointer;
&:hover {
color: $light-primary-text-color;

View file

@ -18,7 +18,7 @@ body, input, button {
a {
text-decoration: none;
color: $light-secondary-text-color;
color: $light-inactive-text-color;
&:hover {
text-decoration: none;
color: $light-primary-text-color;

View file

@ -45,12 +45,12 @@
}
.toolbar__project-name {
color: $light-secondary-text-color;
color: $light-inactive-text-color;
cursor: pointer;
&:hover {
color: $light-primary-text-color;
}
&:focus {
color: $light-secondary-text-color;
color: $light-inactive-text-color;
}
}