diff --git a/resources/css/style.css b/resources/css/style.css index 70ba461..c0f34ba 100644 --- a/resources/css/style.css +++ b/resources/css/style.css @@ -28,11 +28,19 @@ body > .wrapper { height: auto; min-height: 100%; } } .nick { - color: #CE57A9; font-weight: bold; } +.nick.a { color: #CE57A9; } +.nick.b { color: #57CEC4; } +.nick.c { color: #57CE57; } +.nick.d { color: #CE8B57; } +.nick.e { color: #A357CE; } +.nick.f { color: #5787CE; } +.nick.g { color: #C4CE57; } + .nick.bot { color: #6A57CE; font-weight: normal; + font-style: italic; }