fix(post): styling

This commit is contained in:
Barrett Ruth 2024-11-29 19:59:34 -06:00
parent 38f9ad70ec
commit c7fba64e62

View file

@ -49,10 +49,11 @@ li {
display: inline-block;
}
code {
:not(pre) > code {
font-family: "Courier New", Courier, monospace;
background-color: #f4f4f4;
padding: 2px 4px;
margin: 0 5px;
border: 1px solid #e1e1e1;
border-radius: 4px;
font-size: 0.95em;