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