made inline code pink as well
This commit is contained in:
parent
76b127175c
commit
b9c3c29162
1 changed files with 3 additions and 1 deletions
4
main.scm
4
main.scm
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue