add ban to post mode menu

This commit is contained in:
Albert Yi
2016-12-09 11:56:25 -08:00
parent dfb7a000a5
commit 2af622e7a7
6 changed files with 33 additions and 2 deletions

View File

@@ -62,6 +62,10 @@ body.mode-translation {
background-color: #5CD;
}
body.mode-ban {
background-color: #F33;
}
#page, #top, #page-footer {
background-color: white;
}