Hello
I want to make some color changes on an instance of jitsi.
I found most of the css properties I want to change in the scss
files but there are still a few properties where I don’t see how I can override them, like for example the security dialog where the background color
, for example is from the atlaskit theme.
As the classnames are created with some random characters, is there a way to take over the priority on properties WITHOUT using !important
if possible ?
thanks !