Also use monofont for inline code elements
This commit is contained in:
parent
e59fdc101c
commit
2690a09aa7
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ blockquote {
|
||||||
|
|
||||||
code {
|
code {
|
||||||
// font-size: 1.2em;
|
// font-size: 1.2em;
|
||||||
|
font-family: $monofont;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
background-color: #2b303b;
|
background-color: #2b303b;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
Loading…
Reference in a new issue