MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
The Admins (talk | contribs) No edit summary |
The Admins (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Vector skin */ | /* All CSS here will be loaded for users of the Vector skin */ | ||
body { background-color: #f9e189; } | body { background-color: #f9e189; } /* Coloring the surround */ | ||
#mw-head { background-color: #f9e189; } | #mw-head { background-color: #f9e189; } /* Coloring the rest of the surround */ | ||
a.new { color: # | a.new { color: #23e600; } /* Change internal dead links back to green */ |
Revision as of 09:03, 3 June 2022
/* All CSS here will be loaded for users of the Vector skin */ body { background-color: #f9e189; } /* Coloring the surround */ #mw-head { background-color: #f9e189; } /* Coloring the rest of the surround */ a.new { color: #23e600; } /* Change internal dead links back to green */