Skip to content

Commit

Permalink
apply heading styles only for shadow dom
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishbakh-N committed Dec 6, 2023
1 parent 9df64e9 commit c47e5d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/donate-button-v4/src/resetCss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ const resetcss = `
color: unset;
background: unset;
}
h1, h2, h3, h4, h4, h6 {
font-weight: 700
}
`;

export default resetcss;

0 comments on commit c47e5d9

Please sign in to comment.