summaryrefslogtreecommitdiff
path: root/css/chat.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/chat.css')
-rw-r--r--css/chat.css4
1 files changed, 2 insertions, 2 deletions
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);