MediaWiki:Timeless.css: Unterschied zwischen den Versionen

Aus MGM Münzlexikon
Zeile 3: Zeile 3:
 
a {
 
a {
 
color: #df5e52;
 
color: #df5e52;
 +
}
 +
 +
a:hover {
 +
color: #498fcc;
 +
}
 +
 +
a:visited {
 +
color: #f03959;
 
}
 
}

Version vom 19. Februar 2021, 10:24 Uhr

/* All CSS here will be loaded for users of the Timeless skin */

a {
	color: #df5e52;
}

a:hover {
	color: #498fcc;
}

a:visited {
	color: #f03959;
}