Darker palette

This commit is contained in:
Alexandre
2024-06-20 14:45:42 +02:00
parent 8fa422adcf
commit 939283e71b
+3 -3
View File
@@ -670,13 +670,13 @@ button:hover {
} }
.sortbutton button:hover { .sortbutton button:hover {
background-color: #00FFFF; background-color: #007D7D;
color: #108810; color: #6EBE64;
} }
.sortbutton button.active { .sortbutton button.active {
background-color: #000000; background-color: #000000;
color: #f5d214; color: #F3CA40;
} }
button.legacyview { button.legacyview {