MediaWiki:Vector-2022.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; | font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; | ||
} | } | ||
} | |||
.skin-vector a { | |||
color: #0078d4; /* Change default link color (blue example) */ | |||
text-decoration: none; /* Optional: remove underline */ | |||
} | |||
/* Visited links */ | |||
.skin-vector a:visited { | |||
color: #0078d4; /* Make visited links the same color as unvisited */ | |||
} | } | ||
Revision as of 07:11, 20 November 2025
@media screen {
.skin-vector, .mw-body h1, .mw-body .mw-heading1, .mw-body-content h1, .mw-body-content .mw-heading1, .mw-body-content h2, .mw-body-content .mw-heading2 {
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
}
.skin-vector a {
color: #0078d4; /* Change default link color (blue example) */
text-decoration: none; /* Optional: remove underline */
}
/* Visited links */
.skin-vector a:visited {
color: #0078d4; /* Make visited links the same color as unvisited */
}