Skip to content

Commit

Permalink
fix!: remove double background color for typical code markup (#7369) (#…
Browse files Browse the repository at this point in the history
…7441)

Co-authored-by: Matti Tahvonen <[email protected]>
  • Loading branch information
vaadin-bot and mstahv authored May 24, 2024
1 parent a81e3b9 commit fb43b2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/vaadin-lumo-styles/color.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,9 @@ const color = css`
background-color: var(--lumo-contrast-10pct);
border-radius: var(--lumo-border-radius-m);
}
pre code {
background: transparent;
}
`;

registerStyles('', color, { moduleId: 'lumo-color' });
Expand Down

0 comments on commit fb43b2d

Please sign in to comment.