diff options
-rw-r--r-- | webchat/public/reset.css | 10 |
1 files changed, 7 insertions, 3 deletions
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; +} |