Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Nicole Sharp (talk | contribs) |
Nicole Sharp (talk | contribs) |
||
Line 2: | Line 2: | ||
#content a:link { color: fuchsia; } | #content a:link { color: fuchsia; } | ||
− | #content a:visited { color: | + | #content a:visited { color: purple; } |
#content a:hover { background: yellow; } | #content a:hover { background: yellow; } | ||
#content a:active { background: lime; } | #content a:active { background: lime; } |
Revision as of 2022-04-18T20:14:14
/* Cascading stylesheets (CSS) placed here will be applied to all skins. */
#content a:link { color: fuchsia; }
#content a:visited { color: purple; }
#content a:hover { background: yellow; }
#content a:active { background: lime; }