info {
	"name": "anchor",
	"type": "style",
	"force": true
}

style {
	a {
		text-decoration: none;
		color: var(--color-light);
		cursor: pointer;
	}
}