MediaWiki:Common.css: Difference between revisions
(original colour, just brighter) |
(added note) |
||
(One intermediate revision 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-subtle,#ccfaff); | background-color:var(--background-color-progressive-subtle,#ccfaff); | ||
background-color:var(--background-color-progressive-subtle,# | 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 */ }