Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
} | } | ||
− | .mw-body-content a:link { color: #0027f6; } /* normal unvisited links */ | + | .mw-body-content a:link { color: #0027f6 !important; } /* normal unvisited links */ |
− | + | a:visited { color: #0027f6 !important; } /* visited links */ |
Latest revision as of 11:21, 30 March 2020
/* CSS placed here will be applied to all skins */ div.vectorTabs ul li#ca-history { visibility: hidden; } .mw-body-content a:link { color: #0027f6 !important; } /* normal unvisited links */ a:visited { color: #0027f6 !important; } /* visited links */