Module:table of contents/style.css

From Wiktionary, the free dictionary
Archived revision by Surjection (talk | contribs) as of 18:00, 10 September 2024.
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
@media screen {
	html.skin-theme-clientpref-night .toc,
	html.skin-theme-clientpref-night .toc th,
	html.skin-theme-clientpref-night .toc td {
		border-color: #72777d; /* var(--border-color-base, #72777d); */
	}
}
@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .toc,
	html.skin-theme-clientpref-os .toc th,
	html.skin-theme-clientpref-os .toc td {
		border-color: #72777d; /* var(--border-color-base, #72777d); */
	}
}