Skip to content

Commit

Permalink
Add color property to 'code' css declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
BarokDG committed Aug 14, 2023
1 parent 80bda95 commit 42508c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ div[class*='codeBlockTitle'] {
code {
background-color: var(--ifm-color-emphasis-300);
border-radius: 0.2rem;
color: var(--ifm-color-content);
}

a code,
Expand Down

0 comments on commit 42508c0

Please sign in to comment.