:root {
	--theme-bg-color:           #7f4b98;
	--theme-bg-hover-color:     #8d5fa4;
	--theme-link-color:         #833da7;
	--theme-link-visited-color: #877a8d;

	--theme-link-hover-bg-color:          rgba(131,  61, 167, .15);
	--theme-link-underline-color:         rgba(131,  61, 167,  .3);
	--theme-link-underline-visited-color: rgba( 91, 114, 137,  .3);
	--theme-preview-hover-bg-color:       rgba(127,  75, 152,  .7);
}