: CSS mondial

:root {
	--theme-color: green;
}

div {
	color: var(--theme-color);
}
Exuberant Emu