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 { %fake-link {
color: $light-secondary-text-color; color: $light-inactive-text-color;
cursor: pointer; cursor: pointer;
&:hover { &:hover {
color: $light-primary-text-color; color: $light-primary-text-color;

View file

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

View file

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