:root {
	--teez-primary: #b4ff87;
}

.tsd-tag {
	background: var(--teez-primary) !important;
	color: #000 !important;
}

a {
	color: var(--teez-primary) !important;
}

a:hover {
	color: var(--teez-primary) !important;
	filter: brightness(110%);
}

.tsd-anchor-icon {
	color: var(--teez-primary) !important;
}

.current {
	color: var(--teez-primary) !important;
}
