Skip to content

Commit 6188d3c

Browse files
committed
style: add pre and code style
All hljs styles have something like this. Signed-off-by: Felipe Contreras <[email protected]>
1 parent e4ac4d0 commit 6188d3c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

hljs/felipec.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
pre code.hljs {
2+
display: block;
3+
overflow-x: auto;
4+
padding: 1em;
5+
}
6+
17
.hljs {
28
color: hsl(240, 6.25%, 87.5%);
39
background-color: hsl(240, 6.25%, 9.375%);

0 commit comments

Comments
 (0)