Skip to content

Commit

Permalink
fix: use prism css variables in code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
jeangovil committed May 31, 2023
1 parent d2e3cc9 commit 45701ad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}

.codeBlock {
--ifm-pre-background: transparent;
--ifm-pre-background: var(--prism-background-color);
margin: 0;
padding: 0;
}
Expand Down Expand Up @@ -58,7 +58,7 @@
.buttonGroup button {
display: flex;
align-items: center;
background: transparent;
background: var(--prism-background-color);
color: var(--prism-color);
border: 1px solid rgb(var(--lsd-border-primary));
line-height: 0;
Expand Down

0 comments on commit 45701ad

Please sign in to comment.