style: use primary color as badge background (#29346)

(like it's done for w.c.s.)
This commit is contained in:
Frédéric Péters 2018-12-24 19:15:18 +01:00
parent 61438eb177
commit 641c7b262c
1 changed files with 1 additions and 1 deletions

View File

@ -705,7 +705,7 @@ ul.objects-list li span.badge {
box-sizing: border-box;
border-radius: 1ex;
padding: 0 1ex;
background: $secondary-color;
background: $primary-color;
color: white;
line-height: 2em;
}