html,
body {
    height: 100%;
}

.hoverable-link {
	color: inherit;
}

.hoverable-link:hover {
	color: red;
}

.light-font .breadcrumb-item.active {
	color: #fff;
}