Skip to content

Commit

Permalink
feat: update link styles
Browse files Browse the repository at this point in the history
  • Loading branch information
lukin committed Apr 5, 2022
1 parent a3f1c1d commit eb2a699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion theme/keywind/login/components/link/primary.ftl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<#macro kw component="a" rest...>
<${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>
${attrName}="${attrValue}"
</#list>
Expand Down
2 changes: 1 addition & 1 deletion theme/keywind/login/components/link/secondary.ftl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<#macro kw component="a" rest...>
<${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>
${attrName}="${attrValue}"
</#list>
Expand Down

0 comments on commit eb2a699

Please sign in to comment.