add bg color and padding to inline code

This commit is contained in:
acarril 2023-06-10 14:13:05 -04:00
parent 9beb2e5bff
commit 1bb2124c5f

View file

@ -263,15 +263,17 @@ main#content pre {
}
main#content code {
font-size: 0.96em;
padding: 0 5px;
font-size: 85%;
padding: .15em .3em;
background-color: #f2f2f2;
border-radius: 6px;
}
main#content pre {
display: block;
overflow-x: auto;
font-size: 14px;
font-size: 1.4rem;
/* font-size: 14px; */
/* font-size: 1.4rem; */
white-space: pre;
margin: 20px 0;
padding: 1.5rem 1.5rem;