Jump to content

Template:Calendar/styles.css

Permanently protected template
From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by Pppery (talk | contribs) at 19:16, 9 November 2024 ({{pp-template}}). The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
/* {{pp-template}} */
.calendar-purple {
	color: var(--color-base, #202122);
	background-color: #ccf;
}

.calendar-lightpurple {
	color: var(--color-base, #202122);
	background-color: #d8e0ff;
}

html.skin-theme-clientpref-night .calendar-purple {
	background-color: #2a2a5c;
}

html.skin-theme-clientpref-night .calendar-lightpurple {
	background-color: #202040;
}

@media screen and (prefers-color-scheme: dark){
    html.skin-theme-clientpref-os .calendar-purple {
		background-color: #2a2a5c;
	}
	
	html.skin-theme-clientpref-night .calendar-lightpurple {
		background-color: #202040;
	}
}