Also use monofont for inline code elements

This commit is contained in:
Michael Zhang 2021-12-12 13:59:56 -06:00
parent e59fdc101c
commit 2690a09aa7
Signed by: michael
GPG Key ID: BDA47A31A3C8EE6B
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ blockquote {
code {
// font-size: 1.2em;
font-family: $monofont;
padding: 3px;
background-color: #2b303b;
border-radius: 5px;