Skip to content

Commit

Permalink
feat(favorite-heart): style links in tippy tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
tkohr committed Feb 8, 2024
1 parent 85102fb commit 55848bd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/datahub/src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,10 @@
@apply bg-gray-8 flex flex-col justify-between w-[330px] rounded-lg border border-gray-6 filter cursor-pointer hover:drop-shadow-lg;
}
}
.tippy-box a {
@apply text-primary;
text-decoration: underline;
}
.tippy-box a:hover {
@apply text-primary-dark;
}

0 comments on commit 55848bd

Please sign in to comment.