:root {
	--theme-bg-color:           #2843a9;
	--theme-bg-hover-color:     #3350bf;
	--theme-link-color:         #1f00ae;
	--theme-link-visited-color: #6f6f9b;

	--theme-link-hover-bg-color:          rgba(40,  67, 169, .15);
	--theme-link-underline-color:         rgba(31,   0, 174,  .3);
	--theme-link-underline-visited-color: rgba(91, 114, 137,  .3);
	--theme-preview-hover-bg-color:       rgba(40,  61, 162,  .7);
}