Template:Visible anchor/styles.css: Difference between revisions
Jump to navigation
Jump to search
(Adding protection template) |
Revo admin (talk | contribs) m (1 revision imported) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 2: | Line 2: | ||
.vanchor > :target ~ .vanchor-text { | .vanchor > :target ~ .vanchor-text { | ||
background-color: #b1d2ff; | background-color: #b1d2ff; | ||
} | |||
@media screen { | |||
html.skin-theme-clientpref-night .vanchor > :target ~ .vanchor-text { | |||
background-color: #0f4dc9; | |||
} | |||
} | |||
@media screen and (prefers-color-scheme: dark) { | |||
html.skin-theme-clientpref-os .vanchor > :target ~ .vanchor-text { | |||
background-color: #0f4dc9; | |||
} | |||
} | } | ||
Latest revision as of 21:09, 2 April 2025
/* {{pp-template}} */
.vanchor > :target ~ .vanchor-text {
background-color: #b1d2ff;
}
@media screen {
html.skin-theme-clientpref-night .vanchor > :target ~ .vanchor-text {
background-color: #0f4dc9;
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .vanchor > :target ~ .vanchor-text {
background-color: #0f4dc9;
}
}