fix: link in light mode
This commit is contained in:
parent
39739c6beb
commit
8f0a904e2c
1 changed files with 5 additions and 1 deletions
|
@ -88,7 +88,11 @@
|
|||
}
|
||||
|
||||
&.navigation__link--guide:not(:hover) {
|
||||
color: rgba($lbry-white, 0.75);
|
||||
color: rgba($lbry-black, 0.75);
|
||||
|
||||
html[data-theme='dark'] {
|
||||
color: rgba($lbry-white, 0.75);
|
||||
}
|
||||
|
||||
&::before {
|
||||
animation: bounce 1.75s infinite;
|
||||
|
|
Loading…
Add table
Reference in a new issue