Template:Visible anchor/styles.css: Difference between revisions
Appearance
Add @media screen per talk page |
m 1 revision imported from enwiki:Template:Visible_anchor/styles.css Tags: Mobile edit Mobile web edit |
(No difference)
|
Latest revision as of 23:12, 2 March 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;
}
}