Fix pre getting a dark background

fixes: #723
This commit is contained in:
Aditya Telange 2022-03-11 19:32:37 +05:30
parent 43c810c3e2
commit 15b984bd21
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -154,7 +154,7 @@
}
.post-content .highlight:not(table),
.post-content pre {
.post-content .highlight pre {
margin: 10px auto;
background: var(--hljs-bg) !important;
border-radius: var(--radius);