style: better blockquotes

This commit is contained in:
Skia 2023-12-24 00:00:22 +01:00
parent e30e7ec465
commit 2210fdcac6

View file

@ -407,6 +407,25 @@ footer {
padding: 0.1rem 0.4rem;
}
blockquote {
&:before {
content: "";
}
&:after {
content: "";
}
&:before, &:after {
font-size: 160%;
line-height: 1%;
color: $color-secondary;
}
p {
&:first-child {
margin-top: 0;
}
}
}
pre {
code {
overflow: auto;