From 102efd04b8749cc5356b89480a7647018ab22769 Mon Sep 17 00:00:00 2001 From: Elahi-cs Date: Tue, 27 Feb 2024 11:04:52 +0100 Subject: [PATCH] Change current page button to a higher contrast color --- idhub/static/css/dashboard.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idhub/static/css/dashboard.css b/idhub/static/css/dashboard.css index 9648c08..7f2f108 100644 --- a/idhub/static/css/dashboard.css +++ b/idhub/static/css/dashboard.css @@ -160,7 +160,7 @@ h3 { } .btn-grey-selected { - background-color: #b0b0b0; + background-color: #a3e3d7; } .btn-green-user {