I am changing the background-color dynamically, and I need the same thing to happen in fullscreen as well. Unfortunately pseudoclasses styles cannot be modified straight from javascript.
Is there any way in which I can say that the :fullscreen class should follow the same rules as :not(:fullscreen)
Any method to change :fullscreen styling from javascript dynamically (without having any css and changing the class of the element), would also be appreciated.
I would prefer a no-jquery solution, but if it has to be jquery, then it has to.