Clean up and apply custom styles properly.

This commit is contained in:
2023-11-06 22:22:09 +00:00
parent ec39d7ba2a
commit 4921fb8249
3 changed files with 17 additions and 2 deletions

View File

@ -2,8 +2,9 @@ body {
color: #000000;
}
.c-article__summary {
.c-article__summary p {
color: #000000;
margin: 16px;
}
.c-article__meta {