MediaWiki:Common.css: Difference between revisions
No edit summary |
(added note) |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
.reference:target { | .reference:target { | ||
/* Note: Only the bottommost style gets applied. */ | |||
background-color:var(--background-color-progressive- | background-color:var(--background-color-progressive-subtle,#ccfaff); | ||
background-color:var(--background-color-progressive-subtle,#d7e0ff); /* original colour, just brighter */ | |||
} | } | ||
Latest revision as of 13:05, 17 April 2025
/* CSS placed here will be applied to all skins */
.reference:target {
/* Note: Only the bottommost style gets applied. */
background-color:var(--background-color-progressive-subtle,#ccfaff);
background-color:var(--background-color-progressive-subtle,#d7e0ff); /* original colour, just brighter */
}