Skip to content

Commit

Permalink
Fix prose link styles after @tailwind/typography update
Browse files Browse the repository at this point in the history
  • Loading branch information
jgosmann committed Dec 28, 2021
1 parent f4fc476 commit 9f1b9a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ module.exports = {
color: theme("colors.secondary.600"),
textDecoration: "none",
"&:hover": {
textDecoration: "underline",
textDecoration: "underline !important",
},
"&:active": {
textDecoration: "underline",
textDecoration: "underline !importent",
},
"&:visited": {
color: theme("colors.secondary.800"),
color: `${theme("colors.secondary.800")} !important`,
},
},
},
Expand Down

0 comments on commit 9f1b9a9

Please sign in to comment.