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/p4.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'webAO/styles/chatbox/p4.css') diff --git a/webAO/styles/chatbox/p4.css b/webAO/styles/chatbox/p4.css index 01514f1..3128d66 100644 --- a/webAO/styles/chatbox/p4.css +++ b/webAO/styles/chatbox/p4.css @@ -30,6 +30,10 @@ color: #0ff; } +.text_grey { + color: #bbb; +} + #client_chatcontainer { position: absolute; width: 100%; -- cgit