From 87d330dd2ed872b1885efb24ee33ec5fb9d238d7 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Fri, 21 Jun 2024 10:23:32 +0200 Subject: [PATCH] Align light css for sortbutton @hiemstra87 Co-Authored-By: Hiemstra <145980686+hiemstra87@users.noreply.github.com> --- homepage/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/homepage/style.css b/homepage/style.css index b039cbd..fd466e6 100644 --- a/homepage/style.css +++ b/homepage/style.css @@ -636,18 +636,18 @@ button:hover { .sortbutton { margin-top:10px; font-size:x-large; - background:#dbffeb; + background:#77c487; padding:5px; box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.10); } -.sortbutton button:hover { - background-color: #77c487; +.sortbutton:hover { + background-color: #dbffeb; color: white; } -.sortbutton button.active { - background-color: #77c487; +.sortbutton.active { + background-color: #dbffeb; color: white; }