Skip to content

Commit

Permalink
Improve .post-excerpt rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmecano committed Apr 18, 2022
1 parent 737dcc0 commit 9276c8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css/hereditor-outline.css
Original file line number Diff line number Diff line change
Expand Up @@ -209,11 +209,11 @@ a:active {
margin: 0 0;
}
.content article .post-excerpt {
font-weight: 300;
font-style: italic;
font-size: 18px;
line-height: 1.3em;
color: rgba(var(--tint-fore), 0.8);
font-weight: 500;
font-size: 16px;
letter-spacing: -0.012em;
line-height: 22px;
}
.content article .post-meta {
font-size: 14px;
Expand Down

0 comments on commit 9276c8a

Please sign in to comment.