ACTUALLY fix blacklisting

This commit is contained in:
2026-05-14 13:39:55 -04:00
parent e1c9508ed3
commit 03bf12ec07
6 changed files with 14 additions and 13 deletions
+9
View File
@@ -103,6 +103,15 @@ body {
cursor: pointer;
}
#RequestErrors {
color: red;
}
#RequestErrors li {
margin: 0;
padding: 0;
}
.SelectedListItem {
background-color: #2e69cb;
color: white;