diff --git a/src/common/typography.tokens.json b/src/common/typography.tokens.json index 316f416..c7318d1 100644 --- a/src/common/typography.tokens.json +++ b/src/common/typography.tokens.json @@ -4,10 +4,7 @@ "fg": {"value": "{of.color.fg}"} }, "utrecht-link": { - "font-family": {"value": "{of.typography.sans-serif.font-family}"}, - "muted": { - "color": {"value": "{of.color.fg-muted}"} - } + "font-family": {"value": "{of.typography.sans-serif.font-family}"} }, "text": { "margin": {"value": "20px"}, diff --git a/src/community/utrecht/action.tokens.json b/src/community/utrecht/action.tokens.json index 2303c9e..29f687d 100644 --- a/src/community/utrecht/action.tokens.json +++ b/src/community/utrecht/action.tokens.json @@ -9,6 +9,9 @@ "value": "not-allowed" } }, + "inert": { + "cursor": {"value": "default"} + }, "submit": { "cursor": { "value": "pointer" diff --git a/src/community/utrecht/link.tokens.json b/src/community/utrecht/link.tokens.json index e438723..2b811d0 100644 --- a/src/community/utrecht/link.tokens.json +++ b/src/community/utrecht/link.tokens.json @@ -11,6 +11,9 @@ "value": "none" } }, + "current": { + "font-weight": {"value": "bold"} + }, "placeholder": { "color": {"value": "{of.color.fg-muted}"} }