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
  • Loading branch information
mstahv authored May 23, 2024
1 parent 74586f5 commit 27ffd4f
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 27ffd4f

Please sign in to comment.