:root {
	--theme-bg-color:           #3f6793;
	--theme-bg-hover-color:     #4c7bb0;
	--theme-link-color:         #3f6793;
	--theme-link-visited-color: #5b7289;

	--theme-link-hover-bg-color:          rgba(63, 103, 147, .15);
	--theme-link-underline-color:         rgba(63, 103, 147,  .3);
	--theme-link-underline-visited-color: rgba(91, 114, 137,  .3);
	--theme-preview-hover-bg-color:       rgba(63, 103, 147,  .7);
}