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;}