fix font setting for p elements

This commit is contained in:
Helmut Merz 2020-07-28 16:05:17 +02:00
parent d6e400ec7b
commit 9bc91500d0

View file

@ -13,4 +13,8 @@
code {
color: $blue;
}
}
p {
font-family: $font-family-sans-serif;
}