Skip to content

Commit

Permalink
Update css-generator.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jessuppi authored Dec 9, 2024
1 parent 352cba3 commit 472429e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions inc/css-generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -387,14 +387,15 @@ function hovercraft_generate_css(){

blockquote {
margin: 30px 0px 30px 30px;
padding: 20px 30px;
padding: 30px 30px;
border-left: 5px solid <?php echo $blockquote_border_color; ?>;
color: $blockquote_text_color;
color: <?php echo $blockquote_text_color; ?>;
}

blockquote p {
font-size: 18px;
line-height: 2;
color: <?php echo $blockquote_text_color; ?>;
}

blockquote p:last-child {
Expand Down

0 comments on commit 472429e

Please sign in to comment.