Skip to content

Commit

Permalink
Merge pull request #872 from StampyAI/blockquotes
Browse files Browse the repository at this point in the history
blockquote styles
  • Loading branch information
LeMurphant authored Jan 6, 2025
2 parents ae8dff6 + eb93872 commit 2dfb636
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions app/components/Article/article.css
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,21 @@ article .banner h3 .title {
padding-left: 10px;
}

article blockquote {
border-left: 4px solid var(--colors-teal-500);
background: var(--colors-teal-50);
padding: var(--spacing-16) var(--spacing-32);
border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

article blockquote ~ blockquote {
padding-top: 0;
}

article blockquote ~ p {
padding-top: var(--spacing-32);
}

.footer-comtainer .edited-container {
display: flex;
align-items: center;
Expand Down

0 comments on commit 2dfb636

Please sign in to comment.