adjust some colors that were incorrect
This commit is contained in:
parent
9249d496fa
commit
b89a1103b9
3 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue