MediaWiki:Darkvector.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 23: Line 23:
.infobox td {
.infobox td {
     vertical-align: top;
     vertical-align: top;
}
/* Change link colors */
a:visited {
color: orange !important;
}
a.new:link {
color: red !important;
}
a.new:visited {
color: red !important;
}
}