fix: channel button color on dark mode

This commit is contained in:
Sean Yesmunt 2018-10-31 20:48:42 -04:00
parent 42e0f9a7be
commit e5db270b1c

View file

@ -121,10 +121,6 @@ html[data-theme='dark'] {
background-color: rgba($lbry-black, 0.7);
}
.btn {
color: $lbry-gray-3;
}
.modal {
background-color: rgba($lbry-black, 0.9);
border: 1px solid rgba($lbry-gray-1, 0.1);