Skip to content

Commit

Permalink
style for nested blockquote in quotations
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Nov 7, 2024
1 parent 8984929 commit eb08c13
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions static/css/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ div#primary {
float: left;
}
div#primary blockquote,
.item-link blockquote {
.item-link blockquote,
div#primary .item-quote blockquote blockquote {
margin: 1em 0;
border-left: 0.75em solid #9e6bb52e;
padding-left: 0.75em;
Expand Down Expand Up @@ -248,7 +249,7 @@ div#secondary ul {
clear: both;
margin-top: 0.5em;
}
.item-quote blockquote {
.item-quote > blockquote {
clear: both;
margin-top: 0.5em;
margin-bottom: 0.2em;
Expand All @@ -259,7 +260,7 @@ div#secondary ul {
background-position: 9px -5px;
word-break: break-word;
}
.item-quote blockquote p {
.item-quote > blockquote p {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ctext x='11' y='171' font-family='Times New Roman, serif' font-size='180' fill='%238A2BE2'%3E%E2%80%9D%3C/text%3E%3C/svg%3E");
background-size: 23px 23px;
background-repeat: no-repeat;
Expand Down

0 comments on commit eb08c13

Please sign in to comment.