Szablon:Tree chart/style.css

Z Wikipedii, wolnej encyklopedii
/* tryb jasny */
.tree-chart .tbox {
	background: white;
	color: black;
}

/* tryb ciemny */
html.enable-dark-skin .tree-chart .tbox {
	background: #303030;
	color: rgb(216, 216, 216);
}