Skip to content

Commit 05f2afe

Browse files
committed
improve styling of quotes
1 parent ec8774f commit 05f2afe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

assets/style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ li {
223223
text-align: center;
224224
}
225225

226-
.block {
226+
blockquote, .block {
227227
border-left: 0.3rem solid;
228228
padding: 0.25rem 1rem;
229229
margin: 0.75rem 0;
@@ -242,6 +242,10 @@ li {
242242
border-bottom: 1px dashed var(--border-color);
243243
}
244244

245+
blockquote {
246+
border-color: #80808050;
247+
}
248+
245249
.note {
246250
border-color: #4493F8;
247251
}

0 commit comments

Comments
 (0)