From 641c7b262ca52257c6a03160802ab8071d95cf9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 24 Dec 2018 19:15:18 +0100 Subject: [PATCH] style: use primary color as badge background (#29346) (like it's done for w.c.s.) --- gadjo/static/css/gadjo.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gadjo/static/css/gadjo.scss b/gadjo/static/css/gadjo.scss index be0577f..7ab3133 100644 --- a/gadjo/static/css/gadjo.scss +++ b/gadjo/static/css/gadjo.scss @@ -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; }