From 365a9a66b593d78449715461fddfab216bc49d4a Mon Sep 17 00:00:00 2001 From: actioninja Date: Sun, 24 Nov 2019 17:26:59 -0800 Subject: [PATCH] proper colors --- code/modules/goonchat/browserassets/css/browserOutput.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/goonchat/browserassets/css/browserOutput.css b/code/modules/goonchat/browserassets/css/browserOutput.css index aaa0af74761..830ebae79e0 100644 --- a/code/modules/goonchat/browserassets/css/browserOutput.css +++ b/code/modules/goonchat/browserassets/css/browserOutput.css @@ -259,7 +259,7 @@ a.popt {text-decoration: none;} .highlight {background: yellow;} h1, h2, h3, h4, h5, h6 {color: #a4bad6;font-family: Georgia, Verdana, sans-serif;} -.alert h1, .alert h2 {color: #a4bad6;} +h1.alert, h2.alert {color: #a4bad6;} em {font-style: normal; font-weight: bold;}