Template:Talk quote inline/styles.css

From wikiNonStop
Revision as of 18:10, 8 August 2024 by en>Jon (WMF) (Fixes phab:T369874. Please see talk page and do not revert without discussion. See also meta:User:Jon_(WMF)/Edit_for_dark_mode_support)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* {{pp-template}} */

@media screen {
    html.skin-theme-clientpref-night .inline-quote-talk {
		color: #00B785;
	}
}


@media screen and ( prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .inline-quote-talk {
		color: #00B785;
	}
}

.inline-quote-talk {
	font-family: Georgia, 'DejaVu Serif', serif;
	color: #008560;
	quotes: none;
}
.inline-quote-talk-italic {
	font-family: inherit;
	font-style: italic;
}
.inline-quote-talk-marks {
	quotes: '"' '"';
}