Skip to content

Commit c7d4502

Browse files
committed
font-size for code is now inherit
1 parent 081c61a commit c7d4502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

style/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ https://css3-tutorial.net/text-font/font-weight/
509509

510510
.jp-RenderedHTMLCommon code {
511511
background-color: var(--md-grey-100);
512-
font-size: var(--jp-code-font-size);
512+
font-size: inherit;
513513
font-family: var(--jp-code-font-family);
514514
}
515515

0 commit comments

Comments
 (0)