Skip to content

Commit 26f3273

Browse files
committed
styles: highlight code blocks inline
1 parent 16187ef commit 26f3273

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/styles/index.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,13 @@ body {
1313

1414
span.hljs-section {
1515
color: black;
16+
font-size: 1.2rem;
1617
}
1718

1819
span.hljs-bullet {
1920
padding-left: 10px;
2021
}
22+
23+
span.hljs-code {
24+
color: #868e96;
25+
}

0 commit comments

Comments
 (0)