1<style> 2 3*:not(pre)>code { background: none; color: #600000; } 4:not(pre):not([class^=L])>code { background: none; color: #600000; } 5 6</style> 7