From b90048d72eddd3526d23631f17a14fdf6b5dad64 Mon Sep 17 00:00:00 2001 From: pthiben Date: Sat, 18 Apr 2020 23:41:01 -0400 Subject: [PATCH] fix badge color on grid view to match list view --- cps/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/static/css/style.css b/cps/static/css/style.css index 94afd280..686deaae 100644 --- a/cps/static/css/style.css +++ b/cps/static/css/style.css @@ -68,7 +68,7 @@ span.glyphicon.glyphicon-tags {padding-right: 5px;color: #999;vertical-align: te position: absolute; top: 2px; left: 2px; - background-color: #45b29d; + background-color: #777; } .cover-height { max-height: 100px;} .col-sm-2 a .cover-small {