Malline:Mallineohje/styles.css

.template-documentation {
	background-color: #ecfcf4;
	border: 1px solid #aaa;
	padding: 10px;
	margin-top: 8px;
	clear: both;
}

html.skin-theme-clientpref-night .template-documentation {
	background-color: #0b1e1c;
}

@media ( prefers-color-scheme: dark ) {
	html.skin-theme-clientpref-os .template-documentation {
		background-color: #0b1e1c;
	}
}