Add ability to ban ips

This commit is contained in:
Dominic Ferrando
2025-04-23 20:47:23 -04:00
parent c5453ed50a
commit 807ac94cc6
6 changed files with 126 additions and 4 deletions
+6
View File
@@ -246,6 +246,12 @@ body {
color: #ff0000;
}
.post-banned-message {
margin-top: 2px;
font-weight: bold;
color: red;
}
.greentext {
color: #789922
}