Dark mode inverse button css

This commit is contained in:
Derek Yesmunt 2019-02-06 21:04:19 -05:00
parent 0796e473b9
commit ad24e27528

View file

@ -124,6 +124,7 @@
html[data-theme='dark'] & {
background-color: rgba($lbry-white, 0.1);
color: $lbry-white;
}
}