From 6883971716a07fcd0c5f1971c4465516479f836f Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Sat, 25 Sep 2021 15:26:00 +0200 Subject: [PATCH] change the hub css listing Signed-off-by: Toshaan Bharvani --- themes/openpowerfoundation/assets/css/style.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/themes/openpowerfoundation/assets/css/style.css b/themes/openpowerfoundation/assets/css/style.css index 3fc68e1..74760b6 100644 --- a/themes/openpowerfoundation/assets/css/style.css +++ b/themes/openpowerfoundation/assets/css/style.css @@ -1093,9 +1093,20 @@ body.mobile-nav-active #mobile-nav-toggle { margin-bottom: 50px; } +#hubproviders { + padding: 25px 25px 25px 25px; +} #hubprovider { text-align: center; - padding: 35px 35px 25px 25px; + padding: 35px 25px 35px 25px; + border: 2px solid #007aad; + border-radius: 5px; +} +#hubprovider:hover { + background-color: #007aad; +} +#hubprovider:hover a { + color: #ffffff; } #team {