MediaWiki:Vector-2022.css: Difference between revisions
Appearance
Created page with "→Hide the site name text next to the logo image in Vector 2022: .vector-header .mw-logo-text { display: none !important; }" |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
.vector-header .mw-logo-wordmark a, | |||
.vector-header .mw-logo-wordmark a:visited { | |||
.vector-header .mw-logo-text | color: inherit !important; /* Inherit parent text color */ | ||
text-decoration: none !important; /* Remove underline */ | |||
filter: none !important; /* Prevent browser darkening on visited */ | |||
opacity: 1 !important; /* Ensure full visibility */ | |||
} | } | ||
Latest revision as of 19:39, 19 June 2025
.vector-header .mw-logo-wordmark a,
.vector-header .mw-logo-wordmark a:visited {
color: inherit !important; /* Inherit parent text color */
text-decoration: none !important; /* Remove underline */
filter: none !important; /* Prevent browser darkening on visited */
opacity: 1 !important; /* Ensure full visibility */
}