Merge pull request #1925 from lbryio/color-fix

change channel link color to be consistent with internal links
This commit is contained in:
Sean Yesmunt 2018-08-30 13:10:24 -04:00 committed by GitHub
commit fb3097a739
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}
}