MediaWiki:Timeless.css: Unterschied zwischen den Versionen

Aus MGM Münzlexikon
(Der Seiteninhalt wurde durch einen anderen Text ersetzt: „→‎All CSS here will be loaded for users of the Timeless skin: html { background: rgb(0,0,0) !important; height: 100%; font-si…“)
Markierung: Ersetzt
Zeile 1: Zeile 1:
 
/* All CSS here will be loaded for users of the Timeless skin */
 
/* All CSS here will be loaded for users of the Timeless skin */
  
html {
+
a {
background: rgb(0,0,0) !important;
+
color: #df5e52;
height: 100%;
 
font-size: 1.1em;
 
filter: brightness(100%) contrast(100%) grayscale(0%) !important;
 
-webkit-filter: brightness(100%) contrast(100%) grayscale(0%) !important;
 
overflow-x: hidden;
 
 
}
 
}

Version vom 19. Februar 2021, 10:21 Uhr

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

a {
	color: #df5e52;
}