diff --git a/css/glowingbear.css b/css/glowingbear.css index d62d9d8..9c7d540 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -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; } diff --git a/index.html b/index.html index fb414d4..fa90384 100644 --- a/index.html +++ b/index.html @@ -221,7 +221,7 @@ $ openssl req -nodes -newkey rsa:4096 -keyout relay.pem -x509 -days 365 -out rel -