From 61477ec13115925a6eaae8ac20e101a450fc4eaf Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Sun, 1 Mar 2020 19:34:44 -0500 Subject: [PATCH] Underline links in VChat --- code/modules/vchat/css/ss13styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/vchat/css/ss13styles.css b/code/modules/vchat/css/ss13styles.css index 661f09a866f..1922b10158e 100644 --- a/code/modules/vchat/css/ss13styles.css +++ b/code/modules/vchat/css/ss13styles.css @@ -71,6 +71,7 @@ body.inverted { #messagebox h1, #messagebox h2, #messagebox h3, #messagebox h4, #messagebox h5, #messagebox h6 {color: #0000ff; font-family: Georgia, Verdana, sans-serif;} #messagebox em {font-style: normal; font-weight: bold;} +#messagebox a {text-decoration: underline;} .motd {color: #638500;font-family: Verdana, sans-serif;} .motd h1, .motd h2, .motd h3, .motd h4, .motd h5, .motd h6