From 3d1f6b541d0954282559ada09568d80b33bcd6db Mon Sep 17 00:00:00 2001 From: sD Date: Sat, 25 Apr 2020 21:30:49 +0200 Subject: fix soj colors --- webAO/styles/chatbox/chatdd.css | 6 +++--- 1 file 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 { -- cgit