Vés al contingut

Plantilla:Indicació d'enllaç/styles.css

De la Viquipèdia, l'enciclopèdia lliure
.linkformat {
	position: relative;
	font-family: sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	cursor: default;
	color: #808080;
	background-color: inherit;
}

@media screen {
	/* forced night mode */
	html.skin-theme-clientpref-night .linkformat {
		background-color: inherit;
		color: #009400;
	}
}

@media screen and (prefers-color-scheme: dark) {
	/* automatic mode */
	html.skin-theme-clientpref-os .linkformat {
		background-color: inherit;
		color: #009400;
	}
}