Difference between revisions of "MediaWiki:Common.css"
From The Authentic D&D Wiki
Jump to navigationJump to searchTao alexis (talk | contribs) |
Tao alexis (talk | contribs) |
||
| 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 {text-decoration: underline;}.mw-body-content a:visited {text-decoration: underline;} | + | .mw-body-content a { |
| + | text-decoration: underline; | ||
| + | } | ||
| + | .mw-body-content a:visited { | ||
| + | text-decoration: underline; | ||
| + | } | ||
Revision as of 18:01, 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;
}