aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/chatbox/key.css
diff options
context:
space:
mode:
authorstonedDiscord <10584181+stonedDiscord@users.noreply.github.com>2020-12-29 14:42:08 +0100
committerstonedDiscord <10584181+stonedDiscord@users.noreply.github.com>2020-12-29 14:42:08 +0100
commit3f09422ecdc262d3ed9772ea0aaa08f1e2f01817 (patch)
treeb67bb832f536e93c3eb7cd0c33e527095b25c228 /webAO/styles/chatbox/key.css
parent6d21c9e0ddce0a54dc607f766c8b9a7566743741 (diff)
add grey text
Diffstat (limited to 'webAO/styles/chatbox/key.css')
-rw-r--r--webAO/styles/chatbox/key.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/webAO/styles/chatbox/key.css b/webAO/styles/chatbox/key.css
index b3b8d4a..43efed4 100644
--- a/webAO/styles/chatbox/key.css
+++ b/webAO/styles/chatbox/key.css
@@ -34,6 +34,10 @@
color: rgb(179,014,014);
}
+.text_grey {
+ color: #bbb;
+}
+
#client_chatcontainer {
display: block;
position: absolute;