From fa97d754cd4aa31436406abbe8d26ae9c2683fcd Mon Sep 17 00:00:00 2001 From: Joan Lung Date: Tue, 28 Jun 2016 15:52:41 -0400 Subject: [PATCH] Neovgre span class is now red instead of dark blue (#18987) --- interface/stylesheet.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/stylesheet.dm b/interface/stylesheet.dm index 515a1943645..7f5f9799010 100644 --- a/interface/stylesheet.dm +++ b/interface/stylesheet.dm @@ -101,8 +101,8 @@ h1.alert, h2.alert {color: #000000;} .inathneq_small {color: #1E8CE1;} .nzcrentr {color: #BE8700; font-weight: bold; font-style: italic;} .nzcrentr_small {color: #BE8700;} -.neovgre {color: #13143F; font-weight: bold; font-style: italic;} -.neovgre_small {color: #13143F;} +.neovgre {color: #6E001A; font-weight: bold; font-style: italic;} +.neovgre_small {color: #6E001A;} .newscaster {color: #800000;} .ghostalert {color: #5c00e6; font-style: italic; font-weight: bold;}