made inline code pink as well

This commit is contained in:
m455 2022-12-03 00:47:48 -05:00
parent 76b127175c
commit b9c3c29162

View file

@ -33,8 +33,10 @@ body {
margin: 0 auto;
max-width: 700px;
}
pre {
pre, code {
background-color: ##ffd9df;
}
pre {
padding: 15px 20px;
white-space: pre;
overflow: scroll;