aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/chatbox/acww.css
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-07-29 16:42:44 +0200
committerstonedDiscord <Tukz@gmx.de>2022-07-29 16:42:44 +0200
commita3c8f2180a38fa30505324a1140c7999076f929b (patch)
tree34cfa69eb588ca65e9567fc9e36d476335e20c93 /webAO/styles/chatbox/acww.css
parent53d6ddae3df298bd2e8c01e1c7858acd3cc59bee (diff)
fix animal crossing colors
Diffstat (limited to 'webAO/styles/chatbox/acww.css')
-rw-r--r--webAO/styles/chatbox/acww.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/webAO/styles/chatbox/acww.css b/webAO/styles/chatbox/acww.css
index 9818b4e..9a046e9 100644
--- a/webAO/styles/chatbox/acww.css
+++ b/webAO/styles/chatbox/acww.css
@@ -2,6 +2,38 @@
color: #000;
}
+.text_green {
+ color: #0f0;
+}
+
+.text_red {
+ color: #f00;
+}
+
+.text_orange {
+ color: #ffa500;
+}
+
+.text_blue {
+ color: #b3b2fa;
+}
+
+.text_yellow {
+ color: #ff0;
+}
+
+.text_pink {
+ color: #ffc0cb;
+}
+
+.text_cyan {
+ color: #0ff;
+}
+
+.text_grey {
+ color: #bbb;
+}
+
#client_chatcontainer {
display: block;
position: absolute;