Realign to comment 2180493471

Co-Authored-By: Hiemstra87 <145980686+hiemstra87@users.noreply.github.com>
This commit is contained in:
Alexandre
2024-06-20 14:48:54 +02:00
parent 939283e71b
commit c2240c984b
+2 -2
View File
@@ -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;
}