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

Aus SchnuppTrupp
Wechseln zu: Navigation, Suche
Zeile 5: Zeile 5:
  
 
a {
 
a {
color: #daa520; /*Set the color of links to blue */
+
color: #daa520; /*Set the color of links */
 
}
 
}
  
 
a:visited {
 
a:visited {
color: #609; /* Set the color of visited links to purple */  
+
color: #609; /* Set the color of visited links */
 +
}
 +
 
 +
a.new {
 +
color: #ff69ba; /* Set the color of redlinks */
 +
}
 +
 
 +
a.new:visited {
 +
color: #48d1cc; /* Set the color of visited redlinks */
 
}
 
}
  

Version vom 8. Dezember 2023, 02:53 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 */
}

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

a.new {
	color: #ff69ba; /* Set the color of redlinks */
}

a.new:visited {
	color: #48d1cc; /* Set the color of visited redlinks */
}

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

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