I am trying to import a website into OBS Studio via the browser source. Unfortunately the website I am importing is set to light theme via giving the html element of the website the class tw-root--theme-light
.
This can be changed very easily by changing this class to tw-root--theme-dark
but OBS Studio does not let you edit the html. I can only append CSS.
Is it possible to overwrite the class tw-root--theme-light
to inherit all of its values from tw-root--theme-dark
?