Skip to content

Commit

Permalink
Fix styling of links
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesdring committed Apr 1, 2021
1 parent e1d0fad commit f4f527c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CanvasCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
border-bottom-width: 2px;
border-bottom-style: dotted;
}
a {
section :global(a) {
color: inherit;
}
</style>

0 comments on commit f4f527c

Please sign in to comment.