Update php + dark css @hiemstra87

Co-Authored-By: Hiemstra87 <145980686+hiemstra87@users.noreply.github.com>
This commit is contained in:
Alexandre
2024-06-20 14:45:09 +02:00
parent 15898dc251
commit 8fa422adcf
3 changed files with 16 additions and 16 deletions
+5 -5
View File
@@ -664,19 +664,19 @@ button:hover {
.sortbutton {
margin-top:10px;
font-size:x-large;
background:#3b3b3b;
background: #BB4242;
padding:5px;
box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.10);
}
.sortbutton button:hover {
background-color: #2b2b2b;
color: white;
background-color: #00FFFF;
color: #108810;
}
.sortbutton button.active {
background-color: #2b2b2b;
color: white;
background-color: #000000;
color: #f5d214;
}
button.legacyview {