Skip to content

Commit

Permalink
fix(link): remove font-weight: normal which prevents weight styled …
Browse files Browse the repository at this point in the history
…when nested
  • Loading branch information
favna committed Feb 10, 2024
1 parent c3a35e5 commit caca673
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/components/discord-link/DiscordLink.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export class DiscordLink extends LitElement implements LightTheme {
public static override styles = css`
a {
color: #00aff4;
font-weight: normal;
text-decoration: none;
}
Expand Down

0 comments on commit caca673

Please sign in to comment.