Skip to content

Commit

Permalink
Make blockquote italic
Browse files Browse the repository at this point in the history
  • Loading branch information
cy-by committed Sep 15, 2024
1 parent a8dd2a6 commit 8bd4db8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,8 @@ nav {
}

blockquote {
border-left: 0.5rem solid light-dark(var(--dark-red), var(--yellow));
border-left: 0.3rem solid light-dark(var(--dark-red), var(--yellow));
padding-inline-start: 1.5rem;
padding-block: 1rem;
border-radius: var(--radius);
font-style: italic;
}

0 comments on commit 8bd4db8

Please sign in to comment.