Jump to content

Template:Metatalk/styles.css

From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by Jon (WMF) (talk | contribs) at 18:11, 8 August 2024 (Fixes phab:T369874. Please see talk page and do not revert without discussion. See also meta:User:Jon_(WMF)/Edit_for_dark_mode_support). The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
.metatalk-warningtext {
    color: maroon;
}


@media screen {
    html.skin-theme-clientpref-night .metatalk-warningtext {
	    color: #ff4747;
	}
}

@media screen and ( prefers-color-scheme: dark) {
    html.skin-theme-clientpref-os .metatalk-warningtext {
        color: #ff4747;
    }
}