AOOC Color Fix (#10073)

This commit is contained in:
Geeves
2020-09-25 07:39:34 +02:00
committed by GitHub
parent 975f321553
commit 852602cf6c
4 changed files with 12 additions and 4 deletions
@@ -250,7 +250,7 @@ a.popt {text-decoration: none;}
.motd a, .motd a:link, .motd a:visited, .motd a:active, .motd a:hover {color: #a4bad6;}
/* ADD HERE FOR BOLD */
.bold, .name, .prefix, .ooc, .looc, .adminooc, .admin, .medal, .yell {font-weight: bold;}
.bold, .name, .prefix, .ooc, .aooc, .looc, .adminooc, .admin, .medal, .yell {font-weight: bold;}
/* ADD HERE FOR ITALIC */
.italic, .italics, .emote {font-style: italic;}
@@ -290,6 +290,7 @@ em {font-style: normal; font-weight: bold;}
.ooc .moderator {color: #184880;}
.ooc .developer {color: #2c7731;}
.ooc .admin {color: #b82e00;}
.aooc {color: #d1021e;}
/* Admin: Private Messages */
.pm .howto {color: #ff0000; font-weight: bold; font-size: 200%;}