Skip to content

Commit

Permalink
Add border to post images
Browse files Browse the repository at this point in the history
  • Loading branch information
yanirs committed May 9, 2024
1 parent 46fb33f commit 42e8998
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/css/extended/posts.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ article.post-single figure.entry-cover img {
max-height: 250px;
}

article.post-single img {
border: 1px solid var(--primary);
}

.post-content p.intro-note {
font-size: 15px;
font-style: italic;
Expand Down

0 comments on commit 42e8998

Please sign in to comment.