Edge Rewrite
// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a298bb8bccbe284b

Jump to content

Wikipedia:Teahouse/Teahouse talkback/styles.css

From Wikipedia, the free encyclopedia
.teahouse-talkback {
	border: 1px solid #3FBFFF;
	color: inherit;
	background: #e1e6db;
}

@media screen {
	html.skin-theme-clientpref-night .teahouse-talkback {
		background: #293626;
	}
}


@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .teahouse-talkback {
		background: #293626;
	}
}