Suggestion: code in default colours
-
I’ve been validating pages on my site and found this part of the code was throwing up an error because color and background-color are empty:
.inline-footnote:visited { background-color: ; color: !important; } .inline-footnote span.footnoteContent { background-color: ; color: !important;}
Once I set colours, then they had values (of course). It might be good to hard code in some initial values.
- The topic ‘Suggestion: code in default colours’ is closed to new replies.