Make chat nick self white to be more in line with standard weechat

But add font weight bold to it so it sticks out a little more
This commit is contained in:
Tor Hveem 2013-10-31 00:27:50 +01:00
parent c2ce47e217
commit c79c6bdab6

View file

@ -45,7 +45,8 @@
color: #77dfd8;
}
.cof-chat_nick_self {
color: #fff1bd;
color: #ffffff;
font-weight: bold;
}
.cof-chat_nick_other {
color: #77dfd8;