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;
	}
}