1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

refactor: remove extra margins from text within blockquote

Introduced by #1449
This commit is contained in:
Cotes Chung
2024-01-07 06:27:09 +08:00
parent f243cbd858
commit 9882244bd9

View File

@@ -87,6 +87,10 @@ blockquote {
color: var(--blockquote-text-color);
display: flex;
> p:last-child {
margin-bottom: 0;
}
&[class^='prompt-'] {
border-left: 0;
position: relative;
@@ -104,10 +108,6 @@ blockquote {
text-rendering: auto;
-webkit-font-smoothing: antialiased;
}
> p:last-child {
margin-bottom: 0;
}
}
@include prompt('tip', '\f0eb', 'regular');