Markdown: inline code background color
This commit is contained in:
parent
d95533778d
commit
e8b65d5f35
1 changed files with 7 additions and 0 deletions
|
@ -143,6 +143,13 @@
|
||||||
hyphens: none;
|
hyphens: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.markdown :not(pre) code {
|
||||||
|
background-color: #eee;
|
||||||
|
padding: 1px 3px;
|
||||||
|
border-radius: 1px;
|
||||||
|
box-shadow: 0 -1px 0 #e5e5e5,0 0 1px rgba(0,0,0,0.12),0 1px 1px rgba(0,0,0,0.24);
|
||||||
|
}
|
||||||
|
|
||||||
.md_help {
|
.md_help {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue