Skip to content

Commit

Permalink
Update chat in Live window to be more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
nejento authored Jun 8, 2021
1 parent e7659aa commit 2b3816b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions floatplane-dark.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,17 @@
.live-chat-wrapper .live-chat-sizer {
border-left: none !important;
}

/* Chat message */
.chat-message-list .chat-message .chat-text {
color: #9aa1ac !important;
}


/* Chat mention */
.chat-message-list .chat-message .chat-text .text-mention {
color: #609eff !important;
}

/* Emote picker */
.expand {
Expand Down

0 comments on commit 2b3816b

Please sign in to comment.