From 3c77de53e1c23af9dea6e5e3ecd5c17aa21ed5ec Mon Sep 17 00:00:00 2001 From: stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> Date: Tue, 29 Dec 2020 14:43:11 +0100 Subject: forgot grey here --- webAO/styles/chatbox/aa.css | 4 ++++ webAO/styles/chatbox/papermario.css | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'webAO') diff --git a/webAO/styles/chatbox/aa.css b/webAO/styles/chatbox/aa.css index 55a501e..33428ae 100644 --- a/webAO/styles/chatbox/aa.css +++ b/webAO/styles/chatbox/aa.css @@ -30,6 +30,10 @@ color: #0ff; } +.text_grey { + color: #bbb; +} + /* Webfont CSS setup for Igiari by Caveras */ @font-face { diff --git a/webAO/styles/chatbox/papermario.css b/webAO/styles/chatbox/papermario.css index 3c81ddb..1d15590 100644 --- a/webAO/styles/chatbox/papermario.css +++ b/webAO/styles/chatbox/papermario.css @@ -47,10 +47,6 @@ display: none } -#client_inner_name { - -} - #client_chat { font-size: 1em; display: block; -- cgit