From eaa296b1936ef23e3ad7d8b23635fa3586daaef5 Mon Sep 17 00:00:00 2001 From: cflem Date: Thu, 29 Dec 2016 22:49:18 -0700 Subject: Changed chat window color --- css/chat.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'css/chat.css') diff --git a/css/chat.css b/css/chat.css index 0076177..a667569 100644 --- a/css/chat.css +++ b/css/chat.css @@ -11,7 +11,7 @@ height: 256px; width: 400px; border: #aaaaaa 1px solid; - border-left: #fb4d00 1px solid; + border-left: #fb7700 1px solid; border-radius: 7px 0px 0px 0px; background-color: #ffffff; font-family: 'Myriad Pro'; @@ -20,7 +20,7 @@ .chhead { height: calc(24px - 0.25em); position: absolute; - background-color: #fb4d00; + background-color: #fb7700; top: 0px; left: 0px; width: calc(100% - 20px); -- cgit v1.2.3