:root {
	--theme-bg-color:           #ae0000;
	--theme-bg-hover-color:     #bf1313;
	--theme-link-color:         #ae0000;
	--theme-link-visited-color: #957070;

	--theme-link-hover-bg-color:          rgba(190,   0,   0, .15);
	--theme-link-underline-color:         rgba(174,   0,   0,  .3);
	--theme-link-underline-visited-color: rgba( 91, 114, 137,  .3);
	--theme-preview-hover-bg-color:       rgba(150,   0,   0,  .7);
}