From 49ba09cbc08f8353102f1fd665611d4d3ef70f01 Mon Sep 17 00:00:00 2001 From: anonymous <anonymous> Date: Wed, 9 Jan 2019 17:34:12 +0100 Subject: [PATCH] fix color --- ckanext/odsh/public/odsh.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckanext/odsh/public/odsh.css b/ckanext/odsh/public/odsh.css index 21a561be..58fe5ad4 100644 --- a/ckanext/odsh/public/odsh.css +++ b/ckanext/odsh/public/odsh.css @@ -1324,7 +1324,7 @@ display: none; width: 282px; height: 166px; display: block; - background-color:rgb(204,214,224); + background-color:rgb(226,227,236); } .home-groups-img img{ stroke:#003064; -- GitLab