mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-30 08:51:24 +00:00
change channel link color to be consistent with internal links
This commit is contained in:
parent
7af6a8820c
commit
b5232ae6c6
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ button:disabled {
|
||||||
transition: color var(--animation-duration) var(--animation-style);
|
transition: color var(--animation-duration) var(--animation-style);
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: var(--color-light-blue);
|
color: var(--btn-color-inverse);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue