Jump to content

Template:This date in recent years/styles.css

Permanently protected template
From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by Jon (WMF) (talk | contribs) at 18:04, 8 August 2024 (Fixes phab:T369874. Please see talk page and do not revert without discussion (and good reason). See also meta:User:Jon_(WMF)/Edit_for_dark_mode_support). The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
/* {{pp-template}} */
.datetableheader { 
	background-color: #eaecf0;
}

@media screen {
    html.skin-theme-clientpref-night .datetableheader { 
		background-color: #363636; color: white;
	}
}

@media screen and ( prefers-color-scheme: dark) {
    html.skin-theme-clientpref-os .datetableheader { 
    	background-color: #363636; color: white; 
    }
}