Set background color of inline code snippet

More contrast like code block
This commit is contained in:
curben 2018-09-30 13:27:40 +09:30
parent 43d0b22e6b
commit 0bb968a58c
1 changed files with 2 additions and 1 deletions

View File

@ -304,7 +304,8 @@ svg:not(:root){
} }
code,kbd,pre,samp{ code,kbd,pre,samp{
font-family:monospace,monospace; font-family:monospace,monospace;
font-size:0.9em font-size:0.9em;
background-color:#333
} }
figure{ figure{
margin:1em 40px margin:1em 40px