Skip to content

Commit 2724152

Browse files
committed
fix(blog): styling of code blocks for reals this time
1 parent 0662e3a commit 2724152

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_layouts/blog-post.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010
background: #eee !important;
1111
white-space: nowrap;
1212
}
13-
pre.highlight {
13+
.highlighter-rouge pre {
1414
margin: 1em 0;
1515
padding: 0.6em 1em 0.5em;
16+
background: #eee !important;
1617
}
1718
</style>
1819
<body class="green">

0 commit comments

Comments
 (0)