Template:Talk quote inline/styles.css: Difference between revisions

From wikiNonStop
(Fixes phab:T369874. Please see talk page and do not revert without discussion. See also meta:User:Jon_(WMF)/Edit_for_dark_mode_support)
 
m (1 revision imported: Initial setup)
 
(No difference)

Latest revision as of 17:52, 31 August 2024

/* {{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: '"' '"';
}