fix: link in light mode

This commit is contained in:
Sean Yesmunt 2019-02-05 12:05:54 -05:00
parent 39739c6beb
commit 8f0a904e2c

View file

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