MediaWiki:Common.css: Difference between revisions
mNo edit summary Tag: Manual revert |
mNo edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Change visited page title link color */ | |||
.firstHeading a:visited { | |||
color: #000000; /* pick your preferred color */ | |||
} | |||
Revision as of 22:19, 15 November 2025
/* CSS placed here will be applied to all skins */
/* Change visited page title link color */
.firstHeading a:visited {
color: #000000; /* pick your preferred color */
}