diff options
| author | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-12-29 14:43:11 +0100 |
|---|---|---|
| committer | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-12-29 14:43:11 +0100 |
| commit | 3c77de53e1c23af9dea6e5e3ecd5c17aa21ed5ec (patch) | |
| tree | 64e5385365c730aab8d1a61199619ec2e3161067 | |
| parent | 3f09422ecdc262d3ed9772ea0aaa08f1e2f01817 (diff) | |
forgot grey here
| -rw-r--r-- | webAO/styles/chatbox/aa.css | 4 | ||||
| -rw-r--r-- | webAO/styles/chatbox/papermario.css | 4 |
2 files changed, 4 insertions, 4 deletions
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; |
