fix code-borders were rounded on desktop but not on mobile devices

This commit is contained in:
Aditya Telange 2021-01-22 10:51:11 +05:30
parent a8316f0073
commit 042f4e9254
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

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