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 {
|
||||
color: $light-secondary-text-color;
|
||||
color: $light-inactive-text-color;
|
||||
cursor: pointer;
|
||||
&:hover {
|
||||
color: $light-primary-text-color;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue