Files
XenforoMasterTemplate/style_properties/textColorDimmed.json

16 lines
455 B
JSON
Raw Permalink Normal View History

2026-06-02 20:54:40 +02:00
{
"group_name": "color",
"title": "Dimmed text color",
"description": "Used when less-important text is placed next to normal text",
"property_type": "value",
"css_components": [],
"value_type": "color",
"value_parameters": "",
"has_variations": true,
"depends_on": "",
"value_group": "textBasic",
"property_value": {
"default": "mix(@xf-textColor, @xf-textColorMuted)"
},
"display_order": 200
}