theme: style inline code elements
This commit is contained in:
parent
43f005fd72
commit
ff235b1e90
|
@ -80,7 +80,7 @@ body {
|
|||
margin-left: calc(100% - 40px);
|
||||
}
|
||||
|
||||
/* Headings */
|
||||
/* Headings and misc tags generated by markdown */
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
|
@ -110,6 +110,16 @@ h5 {
|
|||
font-size: 1em;
|
||||
}
|
||||
|
||||
code:not(.hljs) {
|
||||
color: #e91e63;
|
||||
font-size: 0.7em;
|
||||
padding: 2px 6px;
|
||||
background-color: #f7f7f9;
|
||||
border: 1px solid #e1e1e8;
|
||||
border-radius: 3px;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
/* Sidebar */
|
||||
.sidebar {
|
||||
float: left;
|
||||
|
|
Loading…
Reference in a new issue