Fix non-#channels and single-symbol channels (#)
This commit is contained in:
parent
ec21b21e38
commit
9b7a778186
4 changed files with 20 additions and 4 deletions
|
@ -477,10 +477,21 @@ h2 span, h2 small {
|
|||
/* bold hash before channels */
|
||||
li.buffer.channel a span:last-of-type:before {
|
||||
color: #888;
|
||||
content: "#";
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
li.buffer.channel_hash a span:last-of-type:before {
|
||||
content: '#';
|
||||
}
|
||||
|
||||
li.buffer.channel_plus a span:last-of-type:before {
|
||||
content: '+';
|
||||
}
|
||||
|
||||
li.buffer.channel_ampersand a span:last-of-type:before {
|
||||
content: '&';
|
||||
}
|
||||
|
||||
li.buffer.channel.active a span:last-of-type:before {
|
||||
color: #444;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue