Merge pull request #1925 from lbryio/color-fix
change channel link color to be consistent with internal links
This commit is contained in:
commit
fb3097a739
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ button:disabled {
|
|||
transition: color var(--animation-duration) var(--animation-style);
|
||||
|
||||
&:hover {
|
||||
color: var(--color-light-blue);
|
||||
color: var(--btn-color-inverse);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue