MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1,084:
}
 
/* Link Color Fixes (Standard, Visited & Missing) */
.read-pill a,
.read-pill a { color: #202122 !important; text-decoration: none !important; }
.read-pill a:visited {
.read-pill a.new { color: red !important; padding: 0 4px; border-radius: 3px; }
color: #202122 !important;
.read-pill a { color: #202122 !important; text-decoration: none !important; }
}
 
.read-pill a.new {
color: red !important;
padding: 0 4px;
border-radius: 3px;
}