Difference between revisions of "MediaWiki:Common.css"

From The Authentic D&D Wiki
Jump to navigationJump to search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
#content {font-family: garamond}
 
#content {font-family: garamond}
.mw-body-content a {
+
.mw-body-content a {text-decoration: underline;}.mw-body-content a:visited {text-decoration: underline;}
    text-decoration: underline;
 
}
 
.mw-body-content a:visited {
 
    text-decoration: underline;
 
}
 

Revision as of 17:59, 25 April 2020

/* CSS placed here will be applied to all skins */
#content {font-family: garamond}
.mw-body-content a {text-decoration: underline;}.mw-body-content a:visited {text-decoration: underline;}