I set up a stylesheet to be used to change the colours of page elements in Safari. The background colour changes work, but the text colour does not always override the colour set in the page code. Why is that? I used !important to try to force my colour to override, but that does not seem to work with text.
Is there any way to set a stylesheet to change the colours only if the background is lighter than a certain value? Is there any way to embed javascript code in a stylesheet, to be used with Safari?
Is there any way to set a stylesheet to change the colours only if the background is lighter than a certain value? Is there any way to embed javascript code in a stylesheet, to be used with Safari?