MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 28: | Line 28: | ||
.mw-body { | .mw-body { | ||
background-color: brown !important; | background-color: brown !important; | ||
} | |||
/* Change uncreated (red) links to green */ | |||
.new { | |||
color: green !important; | |||
} | |||
/* Optional: Change the hover color to a darker green */ | |||
.new:hover { | |||
color: darkgreen !important; | |||
} | } |