User

Difference between revisions of "Poslovitch/common.css"

< User:Poslovitch

(je suis stupide)
(hover plus clair?)
Line 9: Line 9:
 
}
 
}
 
a.new:hover {
 
a.new:hover {
color: #df4a4a;
+
color: #e05252;
 
}
 
}
 
a.new:active {
 
a.new:active {
 
color: #b32424;
 
color: #b32424;
 
}
 
}

Revision as of 14:42, 14 June 2021

/* Splitter bar under headings */
#mw-content-text h2 {
  border-bottom: black solid 1px;
}

a.new {
	color: #dd3333;
	text-decoration: none;
}
a.new:hover {
	color: #e05252;
}
a.new:active {
	color: #b32424;
}