Added site-wide emote support.
This commit is contained in:
parent
41d0302ded
commit
97717b525c
11 changed files with 122 additions and 22 deletions
|
|
@ -26,8 +26,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.*/
|
|||
--bg2-alt0: rgb(200, 200, 200);
|
||||
--bg2-alt1: rgb(180, 180, 180);
|
||||
|
||||
--accent0: rgb(48, 47, 47);
|
||||
--accent0: rgb(47, 47, 47);
|
||||
--accent0-alt0: rgb(34, 34, 34);
|
||||
--accent0-alt1: rgb(70, 70, 70);
|
||||
--accent1: rgb(245, 245, 245);
|
||||
--accent1-alt0: rgb(185, 185, 185);
|
||||
--accent2: var(--accent0-alt0);
|
||||
|
|
@ -240,6 +241,10 @@ p.channel-guide-entry-item{
|
|||
border-bottom: 1px solid var(--bg2-alt1);
|
||||
}
|
||||
|
||||
.serverwhisper{
|
||||
color: var(--accent0-alt1)
|
||||
}
|
||||
|
||||
.userlist-color0{/*green0*/
|
||||
color: var(--userlist-color0);
|
||||
text-shadow: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue