diff --git a/styles/post.css b/styles/post.css index 8c558d1..da6af9b 100644 --- a/styles/post.css +++ b/styles/post.css @@ -49,6 +49,16 @@ li { display: inline-block; } +code { + font-family: "Courier New", Courier, monospace; + background-color: #f4f4f4; + padding: 2px 4px; + border: 1px solid #e1e1e1; + border-radius: 4px; + font-size: 0.95em; + white-space: nowrap; +} + .post-title::before { content: ""; position: absolute;