Make inline code gray

See #97
This commit is contained in:
Bjørn Erik Pedersen 2018-08-03 18:39:11 +02:00
parent 44069e09c5
commit 2a964e261d
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F
2 changed files with 5 additions and 1 deletions

View File

@ -15,6 +15,10 @@ pre, .pre {
overflow: scroll;
}
p > code {
background-color: rgba(27,31,35,0.05);
}
code {
padding: 0.2em;
margin: 0;

File diff suppressed because one or more lines are too long