MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1,052:
margin-bottom: 0em;
font-size: 0.85em;
}
 
/* ======================================================= */
/* TEMPLATE:READ */
/* ======================================================= */
 
 
/* Force links inside the Read template to be dark gray */
.read-pill a,
.read-pill a:visited {
color: #202122 !important;
text-decoration: none; /* Optional: removes the underline */
}
 
.read-pill a:hover {
color: #000000 !important; /* Slightly darker on hover */
text-decoration: underline;
}