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 -2
View File
@@ -38,7 +38,7 @@ h2,
h3,
h4,
h5 {
font-weight: 400;
font-weight: $body-font-weight;
}
a {
@@ -117,7 +117,7 @@ ul.pagination {
> a,
> span {
font-weight: 600;
font-weight: bolder;
}
> ul {