change channel link color to be consistent with internal links

This commit is contained in:
Sean Yesmunt 2018-08-29 15:44:02 -04:00
parent 7af6a8820c
commit b5232ae6c6

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