a, button {
	transition:color .4s, opacity .4s, background .4s, border .4s;
}

.expand-toggle-button:hover {
	color: var(--color-primary);
}