Skip to content

Commit

Permalink
fix for script example on light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
cwisniew committed Aug 19, 2022
1 parent 9859b94 commit 8389f39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
margin: 20px;
}


.mt-script-function code {
color: var(--ifm-color-content);
background-color: var(--ifm-background-surface-color);
}
.mt-script-function-usage div {
display: inline-block;
}
Expand Down

0 comments on commit 8389f39

Please sign in to comment.