fix font setting for p elements
This commit is contained in:
parent
d6e400ec7b
commit
9bc91500d0
1 changed files with 5 additions and 1 deletions
|
@ -13,4 +13,8 @@
|
||||||
|
|
||||||
code {
|
code {
|
||||||
color: $blue;
|
color: $blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-family: $font-family-sans-serif;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue