MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Replaced content with "→The main body stuff: body { background-color: #58577C; } a.link { color: #dbe0e8; }") Tag: Replaced |
No edit summary |
||
Line 5: | Line 5: | ||
} | } | ||
a | /* Link colors */ | ||
} | a {color: #dbe0e8; text-decoration: none;} | ||
a:hover {color: #dbe0e8; text-decoration: none;} | |||
a:visited {color: #dbe0e8; text-decoration: none;} | |||
a:active {color: #dbe0e8; text-decoration: none;} |
Revision as of 00:10, 13 May 2021
/* The main body stuff */ body { background-color: #58577C; } /* Link colors */ a {color: #dbe0e8; text-decoration: none;} a:hover {color: #dbe0e8; text-decoration: none;} a:visited {color: #dbe0e8; text-decoration: none;} a:active {color: #dbe0e8; text-decoration: none;}