Browser Source not accepting custom CSS

ForceGaia

New Member
I'm trying to apply custom CSS to my custom chat. I wrote the SE widget myself so I know all the CSS variables and classes. The end goal of this is that I'd be able to use a bot program like sammi to alter the CSS colour scheme of my widgets too

However, no matter what I try, custom CSS isn't working. I've inspected the source by running OBS with "--remote-debugging-port=9222" and looked at the source in that. but the custom CSS isn't displayed in the code inspector in any way

What's going on?
In this example, I'm trying to change some values to be outlandish to make them stick out if it's all working, but none of them are. Body doesn't have a red background, font size isn't huge, and the border of the message isn't magenta

obs example.png

obs example2.png
 
Top