MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 171: | Line 171: | ||
font-size: 12px; | font-size: 12px; | ||
line-height: 1; | line-height: 1; | ||
text-decoration: none; | |||
} | |||
/* Shared homepage navigation-list links. Descriptive text following each link | |||
remains normal weight because only the anchor itself is emphasized. */ | |||
.wizlords-mainpage-link-list a { | |||
color: var(--wiz-link, #ff942d); | |||
font-weight: bold; | |||
text-decoration: none; | |||
} | |||
.wizlords-mainpage-link-list a:hover { | |||
color: #ffd37a; | |||
text-decoration: none; | text-decoration: none; | ||
} | } | ||