aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/chatbox
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-04-25 21:30:49 +0200
committersD <stoned@derpymail.org>2020-04-25 21:30:49 +0200
commit3d1f6b541d0954282559ada09568d80b33bcd6db (patch)
tree520a642e20b1064e11b705b1c7e53fb112a476f7 /webAO/styles/chatbox
parent1d9bf732f0d186385e63cba2098751c24c62d514 (diff)
fix soj colors
Diffstat (limited to 'webAO/styles/chatbox')
-rw-r--r--webAO/styles/chatbox/chatdd.css6
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 {