@open-formulieren/design-tokens
Version:
Design tokens for Open Forms
26 lines (25 loc) • 506 B
JSON
{
"utrecht": {
"link": {
"color": {"value": "{of.color.primary}"},
"icon": {
"size": {"value": "auto"}
},
"text-decoration": {
"value": "underline"
},
"hover": {
"color": {"value": "{of.color.primary}"},
"text-decoration": {
"value": "none"
}
},
"current": {
"font-weight": {"value": "bold"}
},
"placeholder": {
"color": {"value": "{of.color.fg-muted}"}
}
}
}
}