diff options
| author | makefu <github@syntax-fehler.de> | 2013-11-06 19:31:26 +0100 |
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2013-11-06 19:31:26 +0100 |
| commit | a413089b542f7504fdf0bab1ef9b1fa5e7b26c32 (patch) | |
| tree | 487047034eda74517fd85f8c1a9441ad69f3697b /webchat/public | |
| parent | 4140374e82f761b8aff74391d0f6c7c98f8abcd6 (diff) | |
| parent | cd7baeae99a1e3835a9af1f00bbbcd442cea27e2 (diff) | |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'webchat/public')
| -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; +} |
