MediaWiki:Gadget-Darkmode.css: Unterschied zwischen den Versionen

Aus SchnuppTrupp
Wechseln zu: Navigation, Suche
Zeile 12: Zeile 12:
 
}
 
}
  
mw-body {
+
.mw-body {
 
color: #ffffff;
 
color: #ffffff;
 
background-color: #000000;
 
background-color: #000000;
 
}
 
}

Version vom 8. Dezember 2023, 02:47 Uhr

body {
	background-color: #000000; /* Set the background color to black */
	color: #ffffff; /* Set the color of text to white */
}

a {
	color: #daa520; /*Set the color of links to blue */
}

a:visited {
	color: #609; /* Set the color of visited links to purple */ 
}

.mw-body {
	color: #ffffff;
	background-color: #000000;
}