1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 13:44:15 +00:00

feat(ui): improve block quote layout

This commit is contained in:
Cotes Chung
2024-08-24 22:27:35 +08:00
parent befc4ce9c5
commit 80bd7928a0

View File

@@ -80,9 +80,10 @@ img {
} }
blockquote { blockquote {
border-left: 5px solid var(--blockquote-border-color); border-left: 0.125rem solid var(--blockquote-border-color);
padding-left: 1rem; padding-left: 1rem;
color: var(--blockquote-text-color); color: var(--blockquote-text-color);
margin-top: 0.5rem;
> p:last-child { > p:last-child {
margin-bottom: 0; margin-bottom: 0;