MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Jakethesnake (talk | contribs) No edit summary |
Jakethesnake (talk | contribs) No edit summary |
||
Line 8: | Line 8: | ||
a { | a { | ||
color: darksalmon | color: darksalmon !important; | ||
text-decoration: none; | text-decoration: none; | ||
} | } |
Revision as of 07:59, 9 May 2021
/* CSS placed here will be applied to all skins */ /* --- General look and feel of the site --- */ body { background-color: black; } a { color: darksalmon !important; text-decoration: none; } a:hover { color: aliceblue; }