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 { .badge--alert {
background-color: #e45454; background-color: $lbry-red-3;
color: white; color: $lbry-white;
} }
.badge--free { .badge--free {