Skip to content

Commit

Permalink
blockquote styling
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonfigueroa committed Dec 2, 2024
1 parent 903027d commit 4902946
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion themes/PaperMod/assets/css/common/post-single.css
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@

.post-content blockquote {
margin: 20px 0;
padding: 0 14px;
padding: 16px 16px;
border-inline-start: 5px solid var(--blockquote-border);
background: var(--blockquote-background);
}
Expand Down
8 changes: 4 additions & 4 deletions themes/PaperMod/assets/css/core/theme-vars.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
/* --tint-4: #F8282A; */
/* --tint-5: #179299; */

--blockquote-border: rgb(23, 146, 153);
--blockquote-background: rgba(23, 146, 153, 0.38);
--blockquote-border: rgb(27, 116, 107);
--blockquote-background: rgba(46, 196, 182, 0.3);
}

.dark {
Expand All @@ -43,6 +43,6 @@
/* --tint-4: #1E66F5; */
/* --tint-5: #33C3C1; */

--blockquote-border: rgb(76, 191, 153);
--blockquote-background: rgba(23, 146, 153, 0.3);
--blockquote-border: rgb(46, 196, 182);
--blockquote-background: rgba(27, 116, 107, 0.5);
}

0 comments on commit 4902946

Please sign in to comment.