Fara í innihald

Snið:Kosning/style.css

Úr Wikipediu, frjálsa alfræðiritinu
.t-kosning-haus {
	background-color: #CCDDEE;
	color: black;
}

.t-kosning-footer {
	background-color: #CCDDDD;
	color: black;
}

.t-kosning-list {
	background-color: #DDEEFF;
	color: black;
}

@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .t-kosning-haus {
		background-color: #6D8AF2;
		color: black;
	}
	html.skin-theme-clientpref-os .t-kosning-footer {
		background-color: #6D8AE1;
		color: black;
	}
	html.skin-theme-clientpref-os .t-kosning-list {
		background-color: #292929;
		color: white;
	}
}

@media screen {
	html.skin-theme-clientpref-night .t-kosning-haus {
		background-color: #6D8AF2;
		color: black;
	}
	html.skin-theme-clientpref-night .t-kosning-footer {
		background-color: #6D8AE1;
		color: black;
	}

	html.skin-theme-clientpref-night .t-kosning-list {
		background-color: #292929;
		color: white;
	}
}