From Easy Delivery Co. Unofficial Wiki
|
|
| Line 1: |
Line 1: |
| /* {{pp-template}} */ | | /* {{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 { | | .vanchor > :target ~ .vanchor-text { |
| background-color: #b1d2ff; | | background-color: #b1d2ff; |
Latest revision as of 08:06, 28 September 2025
/* {{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;
}
}