From 5a2d479ff224b3496e4be84d2264b1382d16ab7d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 20 Jun 2024 14:50:13 +0200 Subject: [PATCH] Need to read more slowly --- homepage/static/dark-style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homepage/static/dark-style.css b/homepage/static/dark-style.css index 1a89f60..2c20a13 100644 --- a/homepage/static/dark-style.css +++ b/homepage/static/dark-style.css @@ -674,7 +674,7 @@ button:hover { color: #6EBE64; } -.sortbutton active { +.sortbutton.active { background-color: #000000; color: #F3CA40; }