diff options
| author | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-12-29 14:42:08 +0100 |
|---|---|---|
| committer | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-12-29 14:42:08 +0100 |
| commit | 3f09422ecdc262d3ed9772ea0aaa08f1e2f01817 (patch) | |
| tree | b67bb832f536e93c3eb7cd0c33e527095b25c228 /webAO/styles/chatbox/chatp3.css | |
| parent | 6d21c9e0ddce0a54dc607f766c8b9a7566743741 (diff) | |
add grey text
Diffstat (limited to 'webAO/styles/chatbox/chatp3.css')
| -rw-r--r-- | webAO/styles/chatbox/chatp3.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; |
