Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Vector.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 959: Line 959:
.wizlords-mainpage-link-list li::marker {
.wizlords-mainpage-link-list li::marker {
color: var(--wiz-text);
color: var(--wiz-text);
}
/* Vector assigns separate colours to external and visited links. Keep the
  shared homepage navigation-list component consistently orange and bold. */
#content.mw-body .wizlords-mainpage-link-list a,
#content.mw-body .wizlords-mainpage-link-list a:visited,
#content.mw-body .wizlords-mainpage-link-list a.external {
color: var(--wiz-link);
font-weight: bold;
text-decoration: none;
}
#content.mw-body .wizlords-mainpage-link-list a:hover,
#content.mw-body .wizlords-mainpage-link-list a.external:hover {
color: #ffd37a;
text-decoration: none;
}
}