fix: md button color in dark mode

This commit is contained in:
Sean Yesmunt 2018-12-07 10:51:12 -05:00
parent 4a123bc481
commit 062761d850

View file

@ -165,6 +165,10 @@ html[data-theme='dark'] {
a {
color: $lbry-white !important; // We need to use !important to override the CodeMirror styles
&.active {
background-color: rgba($lbry-black, 0.4);
}
&:hover {
color: $lbry-black !important;
}