MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 6: | Line 6: | ||
color: var(--zx-gold-bright) !important; | color: var(--zx-gold-bright) !important; | ||
} | } | ||
.vector-menu-heading { | |||
font-family: var(--zx-font-display) !important; | |||
color: var(--zx-gold) !important; | |||
text-transform: uppercase; | |||
letter-spacing: 0.2em; | |||
font-size: 11px !important; | |||
} | |||
.mw-logo { display: none !important; } | |||
Latest revision as of 21:44, 5 July 2026
.vector-menu-content a {
color: var(--zx-text-muted) !important;
}
.vector-main-menu a:hover,
.vector-menu-content a:hover {
color: var(--zx-gold-bright) !important;
}
.vector-menu-heading {
font-family: var(--zx-font-display) !important;
color: var(--zx-gold) !important;
text-transform: uppercase;
letter-spacing: 0.2em;
font-size: 11px !important;
}
.mw-logo { display: none !important; }