fix(styling)

This commit is contained in:
Barrett Ruth 2024-11-29 21:53:04 -06:00
parent ed83255604
commit 5ce278c8fa
2 changed files with 20 additions and 25 deletions

View file

@ -53,16 +53,21 @@ li {
font-family: "Courier New", Courier, monospace;
padding: 2px 4px;
margin: 0 5px;
border: 1px solid #e1e1e1;
border-radius: 4px;
font-size: 0.95em;
white-space: nowrap;
border: 1px solid #e1e1e1;
}
code {
code,
pre {
border-radius: 4px;
background: #f4f4f4 !important;
}
pre {
border: 1px solid #e1e1e1;
}
.post-title::before {
content: "";
position: absolute;