Fix quote styles
This commit is contained in:
@@ -12,10 +12,12 @@
|
||||
.paige-figure,
|
||||
.paige-gallery,
|
||||
.paige-image,
|
||||
.paige-quote,
|
||||
.paige-video {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.paige-figure .paige-quote,
|
||||
.paige-figure .paige-video,
|
||||
.paige-figure .highlight pre.chroma,
|
||||
.paige-figure .highlight .chroma pre,
|
||||
@@ -58,6 +60,17 @@
|
||||
border-right: 0.25rem solid var(--bs-body-bg);
|
||||
}
|
||||
|
||||
.paige-quote blockquote {
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
margin-bottom: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.paige-quote .blockquote-footer {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
{{ $colorscheme := $page.Param "paige.color_scheme" }}
|
||||
|
||||
{{ if eq $colorscheme "dark" }}
|
||||
|
Reference in New Issue
Block a user