feat(post): style code

This commit is contained in:
Barrett Ruth 2024-11-29 19:42:07 -06:00
parent ed0c3b7ab2
commit 38f9ad70ec

View file

@ -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;