跳转到内容

Template:DayInMonth/style.css

维基百科,自由的百科全书
@media screen {
    html.skin-theme-clientpref-night .floatright a:link {
     	color: var( --color-progressive ) !important;
    }
}


@media screen and ( prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .floatright a:link {
		color: var( --color-progressive ) !important;
	}
}