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
with-route-provider
Tor Hveem 12 years ago
parent c2ce47e217
commit c79c6bdab6
  1. 3
      css/style.css

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

Loading…
Cancel
Save