Skip to content

Commit

Permalink
Add blockquote style
Browse files Browse the repository at this point in the history
  • Loading branch information
cy-by committed Sep 15, 2024
1 parent d6f8c80 commit 92d5f10
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -241,3 +241,10 @@ nav {
font-size: 1rem;
}
}

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

0 comments on commit 92d5f10

Please sign in to comment.