mirror of https://gitlab.com/curben/blog
Set background color of inline code snippet
More contrast like code block
This commit is contained in:
parent
43d0b22e6b
commit
0bb968a58c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue