MediaWiki:Common.CSS: Difference between revisions
Appearance
Created page with "→CSS placed here will be applied to all skins: a { color: #2f7fff !important; } a:visited { color: #7a5cff !important; } a:hover { color: #5aa0ff !important; text-decoration: underline; }" |
m Protected "MediaWiki:Common.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
(No difference)
| |
Revision as of 08:29, 12 May 2026
/* CSS placed here will be applied to all skins */
a {
color: #2f7fff !important;
}
a:visited {
color: #7a5cff !important;
}
a:hover {
color: #5aa0ff !important;
text-decoration: underline;
}