Skip to content

Commit

Permalink
Update blockquote background color. (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw authored Dec 13, 2023
1 parent 944caa4 commit c75fcd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Framework/resource/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -597,9 +597,9 @@ a:hover,a:focus {
}
body.page blockquote {
border-left: 5px solid #F1592A;
background: white;
}
blockquote {
background-color: transparent !important;
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
Expand Down

0 comments on commit c75fcd4

Please sign in to comment.