Skip to content

Commit

Permalink
fix: display code in black (#870)
Browse files Browse the repository at this point in the history
Fix #838
  • Loading branch information
cramakri committed Apr 3, 2020
1 parent ef7fe2e commit 3bd292d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/file/File.present.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ class StyledNotebook extends React.Component {
margin-right: auto;
display: block;
}
code {
color: black;
}
`;

return [
Expand Down

0 comments on commit 3bd292d

Please sign in to comment.