social_stream
social_stream copied to clipboard
Background color of selcted messages
There must be some css to change the background color of selected messages? Can you give me some advice?
sorry for the extremly pixelated image - but I hope it's enough to see what I mean by "selceted"
I'm not entirely sure of your setup and what selected yo are referring to
If I add this to OBS, I get the following for example
.queued {
background-color: #F0FC !important;
}
:root {
--pressed-color: #F00C;
--pinned-bg: #FF0C;
}