Skip to content

Commit

Permalink
blockquote style
Browse files Browse the repository at this point in the history
  • Loading branch information
Aprillion committed Jan 5, 2025
1 parent ae8dff6 commit eb93872
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 eb93872

Please sign in to comment.