From c72a6e40e78d221de2ddae30df5de1ab1eb829a6 Mon Sep 17 00:00:00 2001 From: HugoLuman Date: Wed, 20 Apr 2016 15:12:40 -0700 Subject: [PATCH] Update stylesheet.dm --- interface/stylesheet.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/stylesheet.dm b/interface/stylesheet.dm index a45f9d1798a..f1e28ec7189 100644 --- a/interface/stylesheet.dm +++ b/interface/stylesheet.dm @@ -64,6 +64,7 @@ h1.alert, h2.alert {color: #000000;} .warning {color: #ff0000; font-style: italic;} .announce {color: #228b22; font-weight: bold;} .boldannounce {color: #ff0000; font-weight: bold;} +.greenannounce {color: #00ff00; font-weight: bold;} .rose {color: #ff5050;} .info {color: #0000CC;} .notice {color: #000099;}