diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-07-29 16:42:44 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-07-29 16:42:44 +0200 |
| commit | a3c8f2180a38fa30505324a1140c7999076f929b (patch) | |
| tree | 34cfa69eb588ca65e9567fc9e36d476335e20c93 /webAO | |
| parent | 53d6ddae3df298bd2e8c01e1c7858acd3cc59bee (diff) | |
fix animal crossing colors
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/styles/chatbox/acww.css | 32 |
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; |
