mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 19:39:42 +01:00
AOOC Color Fix (#10073)
This commit is contained in:
@@ -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%;}
|
||||
|
||||
Reference in New Issue
Block a user