fix inline line highlights not working

This commit is contained in:
Aditya Telange 2023-12-24 21:21:36 +05:30
parent ab644d0982
commit e9c8614e88
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -199,7 +199,7 @@
}
.post-content pre code {
display: block;
display: grid;
margin: auto 0;
padding: 10px;
color: rgb(213, 213, 214);