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/legacy.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'webAO/styles/chatbox/legacy.css') diff --git a/webAO/styles/chatbox/legacy.css b/webAO/styles/chatbox/legacy.css index 140f9a1..3fce78f 100644 --- a/webAO/styles/chatbox/legacy.css +++ b/webAO/styles/chatbox/legacy.css @@ -30,6 +30,10 @@ color: #0ff; } +.text_grey { + color: #bbb; +} + #client_chatcontainer { position: absolute; bottom: 0; -- cgit