Skip to content

Commit

Permalink
fix: updated colors for inline links
Browse files Browse the repository at this point in the history
  • Loading branch information
coderwelsch committed Apr 15, 2024
1 parent 0d332b1 commit 76a4996
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}

.inline-link {
@apply text-primary-500 underline hover:text-primary-600;
@apply text-primary-500 underline hover:text-primary-700;
}

/* Tailwind checkbox needs it to change styles of the check */
Expand Down
2 changes: 1 addition & 1 deletion src/styles/styles.scoped.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}

.inline-link {
@apply text-primary-500 underline hover:text-primary-600;
@apply text-primary-500 underline hover:text-primary-700;
}

/* Tailwind checkbox needs it to change styles of the check */
Expand Down

0 comments on commit 76a4996

Please sign in to comment.