MediaWiki:Common.css: Difference between revisions
From Harthorns-Reverie
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
margin: 0; | margin: 0; | ||
background: #000; | background: #000; | ||
} | |||
a { | |||
color: #cc6600; | |||
} | |||
a:hover, a:visited { | |||
color: #cc3300; | |||
} | } |
Revision as of 23:03, 6 February 2022
body { margin: 0; background: #000; } a { color: #cc6600; } a:hover, a:visited { color: #cc3300; }