From 34eea3590f4c4867091d54e1399bafd15abe1fac Mon Sep 17 00:00:00 2001 From: sD Date: Sat, 25 Apr 2020 20:30:46 +0200 Subject: fix colors on dgs theme --- webAO/styles/chatbox/dgs.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'webAO') diff --git a/webAO/styles/chatbox/dgs.css b/webAO/styles/chatbox/dgs.css index 30f853d..5572321 100644 --- a/webAO/styles/chatbox/dgs.css +++ b/webAO/styles/chatbox/dgs.css @@ -3,11 +3,11 @@ } .text_blue { - color: #93bbe6; + color: #18d7ff; } .text_green { - color: #6ab057; + color: #84fb08; } .text_red { @@ -15,7 +15,7 @@ } .text_orange { - color: #cf714c; + color: #ff7118; } .text_yellow { @@ -45,6 +45,7 @@ left: 0; height: 35%; width: 100%; + transition-property: height, opacity; } #client_name { @@ -52,9 +53,11 @@ padding: 0px 6px; height: 20%; min-width: 10%; + color: #fff7de; + text-shadow: 0 0 4px #000; border: 1px solid #a59252; background-image: linear-gradient(#635529, #8c7d42); - left: 2%; + left: 0.5em; top: 0; border-radius: 3px; position: absolute; -- cgit