MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
a:where(:not([role="button"])) { | a:where(:not([role="button"])) { | ||
color: #fe6ab0; | |||
} | |||
.vector-pinnable-element .mw-list-item a:not(.mw-selflink):visited, .vector-dropdown-content .mw-list-item a:not(.mw-selflink):visited { | |||
color: #fe6ab0; | color: #fe6ab0; | ||
} | } | ||
Revision as of 22:41, 25 August 2025
a:where(:not([role="button"])) {
color: #fe6ab0;
}
.vector-pinnable-element .mw-list-item a:not(.mw-selflink):visited, .vector-dropdown-content .mw-list-item a:not(.mw-selflink):visited {
color: #fe6ab0;
}