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/trilogy.css | |
| parent | 6d21c9e0ddce0a54dc607f766c8b9a7566743741 (diff) | |
add grey text
Diffstat (limited to 'webAO/styles/chatbox/trilogy.css')
| -rw-r--r-- | webAO/styles/chatbox/trilogy.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webAO/styles/chatbox/trilogy.css b/webAO/styles/chatbox/trilogy.css index 6095a1e..bc455e9 100644 --- a/webAO/styles/chatbox/trilogy.css +++ b/webAO/styles/chatbox/trilogy.css @@ -30,6 +30,10 @@ color: #0ff; } +.text_grey { + color: #bbb; +} + #client_chatcontainer { position: absolute; bottom: 0; |
