use lbry colors for 'new' badge

This commit is contained in:
Sean Yesmunt 2018-11-01 18:09:49 -04:00
parent ad5eb105c8
commit 209bcda5a4

View file

@ -6,8 +6,8 @@
}
.badge--alert {
background-color: #e45454;
color: white;
background-color: $lbry-red-3;
color: $lbry-white;
}
.badge--free {