social_stream
social_stream copied to clipboard
Can't change colors for featured chat overlay
The custom hex code input for the featured chat overlay doesn't appear to be changing the overlay.
The color change applies to new incoming messages, not previously received messages that already exist in the dock
The color of the user's name will only update if the user's name doesn't already have a color applied also. Some chat sites will have coloured names, and that will override the color set in the style.
If the above doesn't help, or you prefer a different behaviour, please let me now. In testing, things work.
You can also set the colors in OBS via the CSS style option section.
ie:
.hl-name {
color: #F00 !important;
}