Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
},
{
key: 'linkHoverOpacity',
flavors: ['svg'],
help: 'Link opacity on hover(0~1).',
required: false,
defaultValue: defaults.linkHoverOpacity,
type: 'number',
controlType: 'opacity',
group: 'Links',
},
{
key: 'linkContract',
help: 'Contract link width.',
required: false,
defaultValue: defaults.linkContract,
type: 'number',
controlType: 'range',
group: 'Links',
controlOptions: {
unit: 'px',
min: 0,
max: 60,
},
},
{
key: 'linkBlendMode',
flavors: ['svg'],
help: 'Defines CSS mix-blend-mode property for links.',
description: `
Defines CSS \`mix-blend-mode\` property for links, see
[MDN documentation](https://developer.mozilla.org/fr/docs/Web/CSS/mix-blend-mode).