Use default code font-family

This commit is contained in:
Aditya Telange 2021-06-10 22:49:39 +05:30
parent 63ec83fda4
commit 378b81cb36
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -200,7 +200,6 @@
.post-content code {
margin: auto 4px;
padding: 4px 6px;
font-family: Menlo, Monaco, 'Courier New', Courier, monospace;
font-size: .78em;
line-height: 1.5;
background: var(--code-bg);