MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 90: | Line 90: | ||
.skin-citizen .mw-first-heading a:hover { | .skin-citizen .mw-first-heading a:hover { | ||
color: #ffd37a; | color: #ffd37a; | ||
} | |||
/* Citizen applies its own external-link colours after Common.css. Keep links | |||
in the shared homepage navigation-list component orange and bold. */ | |||
.skin-citizen .mw-parser-output .wizlords-mainpage-link-list a, | |||
.skin-citizen .mw-parser-output .wizlords-mainpage-link-list a:visited, | |||
.skin-citizen .mw-parser-output .wizlords-mainpage-link-list a.external { | |||
color: var(--wiz-link); | |||
font-weight: bold; | |||
text-decoration: none; | |||
} | |||
.skin-citizen .mw-parser-output .wizlords-mainpage-link-list a:hover, | |||
.skin-citizen .mw-parser-output .wizlords-mainpage-link-list a.external:hover { | |||
color: #ffd37a; | |||
text-decoration: none; | |||
} | } | ||