From bbab9d41b9574d65506d4b6cf73371e52b6026e9 Mon Sep 17 00:00:00 2001 From: lassulus Date: Wed, 6 Nov 2013 19:04:07 +0100 Subject: webchat: better style --- webchat/public/reset.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'webchat') diff --git a/webchat/public/reset.css b/webchat/public/reset.css index 46b52478..17e10567 100644 --- a/webchat/public/reset.css +++ b/webchat/public/reset.css @@ -47,16 +47,17 @@ q:before, q:after { #chatbox { border-collapse: collapse; border-spacing: 0; - border: solid 2px black; - background-color: white; - color: black; + background-color: black; + color: white; } .chat_from { + color:grey; font-weight: bold; text-align: right; } .chat_from:after { content: ":"; + padding-right: 6px; } #bg { background-image: url(krebs.png); @@ -66,3 +67,6 @@ q:before, q:after { left: 0; right: 0; } +a { + color: red; +} -- cgit v1.2.3