From c2240c984b419bd2cedbd33c39d0b8c1da956721 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 20 Jun 2024 14:48:54 +0200 Subject: [PATCH] Realign to comment 2180493471 Co-Authored-By: Hiemstra87 <145980686+hiemstra87@users.noreply.github.com> --- homepage/static/dark-style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homepage/static/dark-style.css b/homepage/static/dark-style.css index 0435d6c..1a89f60 100644 --- a/homepage/static/dark-style.css +++ b/homepage/static/dark-style.css @@ -669,12 +669,12 @@ button:hover { box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.10); } -.sortbutton button:hover { +.sortbutton:hover { background-color: #007D7D; color: #6EBE64; } -.sortbutton button.active { +.sortbutton active { background-color: #000000; color: #F3CA40; }