MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 11: | Line 11: | ||
} | } | ||
a.external{ | a.external !important { | ||
color: blue; | color: blue; | ||
} | } | ||
a.external:visited { | a.external:visited !important { | ||
color: blue; | color: blue; | ||
} | } | ||
Revision as of 10:45, 17 January 2024
/* CSS placed here will be applied to all skins */
/* unvisited link */
a:link {
color: blue;
}
/* visited link */
a:visited {
color: blue;
}
a.external !important {
color: blue;
}
a.external:visited !important {
color: blue;
}