I'm trying to set some styling specific to the "Light" version of our theme - this is working fine when "Light" is explicitly selected for a logged in user, but anytime the style variation setting is set to "System", the styling disappears.
	
	
	
		
Is there a different way this should be handled?
				
			
		Code:
	
	#XF[data-color-scheme="light"] div.structItemContainer-group > div:nth-of-type(even) {
    background: #f1f1f1;
}
#XF[data-color-scheme="light"] div.structItemContainer-group > div:nth-of-type(odd) {
    background: #F8F8F8;
}Is there a different way this should be handled?
 
 
		 
 
		

 
 
		