Skip to content

Commit

Permalink
improve backgrounds of blockquote elements
Browse files Browse the repository at this point in the history
  • Loading branch information
Aytackydln committed Jun 2, 2024
1 parent 4b40c25 commit 2924343
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions themes/aurora/assets/scss/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ article {
flex-direction: row;
}

blockquote {
border: black 1px solid;
border-radius: 15px;
background: $background-secondary;
padding-left: 25px;
}

article.wide {
flex: 0 1 $content-width + $toc-width;
flex-direction: row;
Expand Down

0 comments on commit 2924343

Please sign in to comment.