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