From 80397988a5f7c34d94469ebccb7900bfb942bef9 Mon Sep 17 00:00:00 2001 From: Wayland-Smithy <64715958+Wayland-Smithy@users.noreply.github.com> Date: Sat, 27 Jun 2020 03:37:51 -0400 Subject: [PATCH] Fix Darkmode Revenant chat color --- code/modules/goonchat/browserassets/css/browserOutput.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/goonchat/browserassets/css/browserOutput.css b/code/modules/goonchat/browserassets/css/browserOutput.css index 9d99e5cba5d..ed4600d2b7d 100644 --- a/code/modules/goonchat/browserassets/css/browserOutput.css +++ b/code/modules/goonchat/browserassets/css/browserOutput.css @@ -335,9 +335,9 @@ em {font-style: normal; font-weight: bold;} .purple {color: #9956d3;} .holoparasite {color: #88809c;} -.revennotice {color: #1d2953;} -.revenboldnotice {color: #1d2953; font-weight: bold;} -.revenbignotice {color: #1d2953; font-weight: bold; font-size: 185%;} +.revennotice {color: #c099e2;} +.revenboldnotice {color: #c099e2; font-weight: bold;} +.revenbignotice {color: #c099e2; font-weight: bold; font-size: 185%;} .revenminor {color: #823abb} .revenwarning {color: #760fbb; font-style: italic;} .revendanger {color: #760fbb; font-weight: bold; font-size: 185%;}