Skip to content

Commit

Permalink
📝 Code Block Style Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
craigary committed Apr 2, 2021
1 parent 9af6e4d commit ef2fb4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/[slug].js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ const BlogPost = ({ post, blockMap }) => {
color: unset;
}
:global(pre[class*='language-']) {
line-height: inherit;
}
:global(.notion-bookmark:hover) {
@apply border-blue-400;
}
Expand Down

0 comments on commit ef2fb4e

Please sign in to comment.