• 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.

    • This topic was modified 5 years, 11 months ago by bhkh.
    • This topic was modified 5 years, 11 months ago by bhkh.

The topic ‘Suggestion: code in default colours’ is closed to new replies.