From 9bd35b51c351cfab256ea4d227eac13a099a429f Mon Sep 17 00:00:00 2001 From: Wrackbang <60768086+Wrackbang@users.noreply.github.com> Date: Wed, 2 Dec 2020 12:20:54 -0600 Subject: [PATCH] VOREStation Add comment to the style sheet inclusion --- code/modules/vchat/css/ss13styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vchat/css/ss13styles.css b/code/modules/vchat/css/ss13styles.css index 21e818fc291..2cddefb0ca5 100644 --- a/code/modules/vchat/css/ss13styles.css +++ b/code/modules/vchat/css/ss13styles.css @@ -172,7 +172,7 @@ h1.alert, h2.alert {color: #000000;} .say_quote {font-family: Georgia, Verdana, sans-serif;} .terminus {font-family: "Times New Roman", Times, serif, sans-serif} .interface {color: #330033;} -.spacer {color: #9c660b;} +.spacer {color: #9c660b;} /* VOREStation Add */ .black {color: #000000;} .darkgray {color: #808080;}