Skip to content

Commit

Permalink
feat(ui): update article style
Browse files Browse the repository at this point in the history
Change `<a />` color
  • Loading branch information
mateusfg7 committed May 18, 2023
1 parent 0249822 commit 67bf7d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/styles/components.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
}

a {
@apply hover:underline;
@apply text-[#0070f3] hover:underline;
@apply no-underline text-blue-700 dark:text-blue-500;
}

table {
Expand Down

0 comments on commit 67bf7d8

Please sign in to comment.