Allow override code font as well

This commit is contained in:
Alex Shpak
2019-06-10 17:09:43 +02:00
parent fead34957c
commit 64ad3f3b8a
6 changed files with 38 additions and 36 deletions
+2 -4
View File
@@ -6,7 +6,7 @@ $block-border-radius: 0.15rem;
line-height: 1.7;
h1, h2, h3, h4, h5 {
font-weight: 400;
font-weight: $body-font-weight;
line-height: 1.25;
}
@@ -17,7 +17,7 @@ $block-border-radius: 0.15rem;
}
b, optgroup, strong {
font-weight: 700;
font-weight: bolder;
}
a {
@@ -29,8 +29,6 @@ $block-border-radius: 0.15rem;
}
code {
font-family: 'Oxygen Mono', monospace;
padding: 0 $padding-4;
background: $gray-100;
border-radius: $block-border-radius;