/* {{Copyright|image=[[File:CC BY-SA icon.svg]]|text=This article and/or file is licensed under CC BY-SA 4.0, Which is different than the current license of this Wiki.}} *//* {{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;
}
}