change channel link color to be consistent with internal links #1925

Merged
neb-b merged 1 commit from color-fix into master 2018-08-30 19:10:25 +02:00

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