MediaWiki:Common.css: Difference between revisions

From Vyutpatti
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .mw-body-content a:visited { text-decoration: underline; }")
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


.mw-body-content a:visited { text-decoration: underline; }
.mw-body-content a:visited { color: #FFFFFF !IMPORTANT; text-decoration: underline; }

Revision as of 10:52, 13 March 2019

/* CSS placed here will be applied to all skins */

.mw-body-content a:visited { color: #FFFFFF !IMPORTANT; text-decoration: underline; }