diff --git a/resources/css/style.css b/resources/css/style.css index 9e8240d..70ba461 100644 --- a/resources/css/style.css +++ b/resources/css/style.css @@ -16,3 +16,23 @@ body > .wrapper { height: auto; min-height: 100%; } font-size: 0.7em; color: #666; } + +#log pre { + background: #f9f9f9; + font-size: 0.65em; +} + +#log pre .time, +#log pre .break { + color: #ccc; +} + +.nick { + color: #CE57A9; + font-weight: bold; +} + +.nick.bot { + color: #6A57CE; + font-weight: normal; +}