Skip to content

Commit 6db74f6

Browse files
committed
reduced line height in code blocks
1 parent bebbea8 commit 6db74f6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

_includes/head_custom.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,20 @@
1313
right: 0;
1414
position: absolute;
1515
}
16+
17+
.highlight .p {
18+
color: #dee2f7 !important;
19+
}
20+
21+
code {
22+
font-size: 14px !important;
23+
line-height: 1.5;
24+
}
25+
26+
pre {
27+
line-height: 1;
28+
/* Adjust this value to reduce the gap */
29+
}
1630
</style>
1731
<script>
1832
jtd.onReady(function () {

0 commit comments

Comments
 (0)