fix styles

This commit is contained in:
Baltazar Gomez 2019-10-14 17:08:29 -06:00 committed by Sean Yesmunt
parent 6a02667095
commit b92ce9a22e

View file

@ -89,6 +89,20 @@
&:hover { &:hover {
color: $lbry-teal-5; color: $lbry-teal-5;
} }
.markdown-preview & {
height: initial;
vertical-align: initial;
color: darken($lbry-teal-5, 0.4);
}
[data-mode='dark'] .markdown-preview & {
color: $lbry-teal-4;
&:hover {
color: $lbry-teal-3;
}
}
} }
.button--close { .button--close {