Add style for paragraphs

This commit is contained in:
Foster Hangdaan 2023-07-26 23:03:23 -04:00
parent 1b1482a8d9
commit c1519aa0c1
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -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);
}