Skip to content

Commit

Permalink
Merge pull request #66 from saracook/main
Browse files Browse the repository at this point in the history
Adding a more distinct blockquote style
  • Loading branch information
saracook authored Sep 11, 2024
2 parents dcb8bdb + 9702465 commit 67aea09
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -492,4 +492,11 @@ button.accordion-button:not(.collapsed)::after {

.gist .pl-c {
color: #000;
}

blockquote {
padding: 0 1em;
border-left: .25em solid #7F7776;
color:#544948;
margin: 1.5em 2em;
}

0 comments on commit 67aea09

Please sign in to comment.