:root {
	--theme-bg-color:           #1f8a2e;
	--theme-bg-hover-color:     #2c9c3c;
	--theme-link-color:         #1f8a2e;
	--theme-link-visited-color: #768d79;

	--theme-link-hover-bg-color:          rgba(31, 138,  46, .15);
	--theme-link-underline-color:         rgba(31, 138,  46,  .3);
	--theme-link-underline-visited-color: rgba(91, 114, 137,  .3);
	--theme-preview-hover-bg-color:       rgba(23,  96,  33,  .7);
}