diff options
| author | sD <stoned@derpymail.org> | 2020-04-25 21:30:49 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-25 21:30:49 +0200 |
| commit | 3d1f6b541d0954282559ada09568d80b33bcd6db (patch) | |
| tree | 520a642e20b1064e11b705b1c7e53fb112a476f7 /webAO | |
| parent | 1d9bf732f0d186385e63cba2098751c24c62d514 (diff) | |
fix soj colors
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/styles/chatbox/chatdd.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/webAO/styles/chatbox/chatdd.css b/webAO/styles/chatbox/chatdd.css index 77c02ff..4367b18 100644 --- a/webAO/styles/chatbox/chatdd.css +++ b/webAO/styles/chatbox/chatdd.css @@ -3,11 +3,11 @@ } .text_blue { - color: #93bbe6; + color: #18cbef; } .text_green { - color: #6ab057; + color: #84fb08; } .text_red { @@ -15,7 +15,7 @@ } .text_orange { - color: #cf714c; + color: #f76918; } .text_yellow { |
