From 3f09422ecdc262d3ed9772ea0aaa08f1e2f01817 Mon Sep 17 00:00:00 2001 From: stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> Date: Tue, 29 Dec 2020 14:42:08 +0100 Subject: add grey text --- webAO/styles/chatbox/chatplvsaa.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'webAO/styles/chatbox/chatplvsaa.css') diff --git a/webAO/styles/chatbox/chatplvsaa.css b/webAO/styles/chatbox/chatplvsaa.css index 00f291d..23a8ea0 100644 --- a/webAO/styles/chatbox/chatplvsaa.css +++ b/webAO/styles/chatbox/chatplvsaa.css @@ -30,6 +30,10 @@ color: #0ff; } +.text_grey { + color: #bbb; +} + @font-face { font-family: 'Cabin Condensed'; font-style: normal; -- cgit