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:
parent
c2ce47e217
commit
c79c6bdab6
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue