Add style for paragraphs
This commit is contained in:
parent
1b1482a8d9
commit
c1519aa0c1
1 changed files with 7 additions and 0 deletions
|
@ -17,6 +17,13 @@ body {
|
|||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 1rem;
|
||||
&:only-child, &:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color: var(--color-links);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue