add css selectors to nsfw channels and add color style

This commit is contained in:
ouwou
2021-01-13 23:16:02 -05:00
parent 6c4bdb51a3
commit f51ab48009
3 changed files with 9 additions and 0 deletions

View File

@@ -32,6 +32,10 @@
background: rgba(0, 0, 0, 0);
}
.channel-row-label.nsfw text {
color: #ed6666;
}
.channel-row:focus {
background-color: #34495e;
}