Merge pull request #1377 from CHOMPStationBot/upstream-merge-9763

[MIRROR] [MIRROR] Fixes VChat HTML export text colours.
This commit is contained in:
Nadyr
2021-02-28 07:21:54 -05:00
committed by GitHub

View File

@@ -120,8 +120,10 @@ body.inverted {
/* Miscellaneous */
.name {font-weight: bold;}
.say {}
.emote {}
.say {color: #000000;}
.inverted .say {color: #FFFFFF;}
.emote {color: #000000;}
.inverted .emote {color: #FFFFFF;}
.alert {color: #ff0000;}
h1.alert, h2.alert {color: #000000;}
.nif {} /* VOREStation Add */
@@ -216,7 +218,8 @@ img.icon.bigicon {max-height: 32px;}
/* Debug Logs */
.debug_error {color:#FF0000; font-weight:bold}
.debug_warning {color:#FF0000;}
.debug_info {}
.debug_info {color:#000000;}
.inverted .debug_info {color: #FFFFFF;}
.debug_debug {color:#0000FF;}
.debug_trace {color:#888888;}