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/ddlc.css | |
| parent | 6d21c9e0ddce0a54dc607f766c8b9a7566743741 (diff) | |
add grey text
Diffstat (limited to 'webAO/styles/chatbox/ddlc.css')
| -rw-r--r-- | webAO/styles/chatbox/ddlc.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/webAO/styles/chatbox/ddlc.css b/webAO/styles/chatbox/ddlc.css index d28e81e..01d30e8 100644 --- a/webAO/styles/chatbox/ddlc.css +++ b/webAO/styles/chatbox/ddlc.css @@ -38,6 +38,11 @@ -webkit-text-stroke: 0.04em #523643; } +.text_grey { + color: #bbb; + -webkit-text-stroke: 0.04em #523643; +} + #client_chatcontainer { display: block; position: absolute; |
