mirror of
https://github.com/lukin/keywind.git
synced 2025-01-09 09:26:24 +00:00
feat: update link styles
This commit is contained in:
parent
a3f1c1d1d1
commit
eb2a699486
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
<#macro kw component="a" rest...>
|
<#macro kw component="a" rest...>
|
||||||
<${component}
|
<${component}
|
||||||
class="flex text-primary-600 focus:outline-none focus:ring-2 focus:ring-primary-600 focus:ring-offset-2 hover:text-primary-500"
|
class="flex text-primary-600 hover:text-primary-500"
|
||||||
<#list rest as attrName, attrValue>
|
<#list rest as attrName, attrValue>
|
||||||
${attrName}="${attrValue}"
|
${attrName}="${attrValue}"
|
||||||
</#list>
|
</#list>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<#macro kw component="a" rest...>
|
<#macro kw component="a" rest...>
|
||||||
<${component}
|
<${component}
|
||||||
class="flex text-secondary-600 focus:outline-none focus:ring-2 focus:ring-secondary-600 focus:ring-offset-2 hover:text-secondary-900"
|
class="flex text-secondary-600 hover:text-secondary-900"
|
||||||
<#list rest as attrName, attrValue>
|
<#list rest as attrName, attrValue>
|
||||||
${attrName}="${attrValue}"
|
${attrName}="${attrValue}"
|
||||||
</#list>
|
</#list>
|
||||||
|
|
Loading…
Reference in a new issue