// Enlaces
a,
.json-schema-ref{
	border-bottom: 1px solid rgb(235,235,235);
	color: $color-ets-purple-light;
	transition: all ease-in-out .2s;
}
a:hover,
a:focus,
.json-schema-ref:hover,
.json-schema-ref:focus{
	color: $color-ets-purple;
}
a:hover,
a:focus{
	border-bottom-color: $color-ets-blue;
}
a.powered-by:hover,
a.powered-by:focus{
	border-bottom-color: $color-ets-purple-light;
}