Revert "Fix pre getting a dark background"

This reverts commit 15b984bd21.
This commit is contained in:
Aditya Telange 2022-03-11 20:31:57 +05:30
parent 15b984bd21
commit 912eddde0a
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 .highlight pre {
.post-content pre {
margin: 10px auto;
background: var(--hljs-bg) !important;
border-radius: var(--radius);