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
2 changed files with 5 additions and 1 deletions
+4
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