keycloak-theme/login.keywind/components/link/secondary.ftl
2022-02-22 16:53:26 +08:00

11 lines
225 B
Plaintext

<#macro kw component="a" rest...>
<${component}
class="text-gray-600 hover:text-black"
<#list rest as attrName, attrValue>
${attrName}="${attrValue}"
</#list>
>
<#nested>
</${component}>
</#macro>