Style blockquotes

This commit is contained in:
Nathan Upchurch 2024-07-16 18:34:51 -05:00
parent 62f6268651
commit 7b00d49d43

View File

@ -170,6 +170,17 @@ html {
font-size: 13px;
overflow-y: scroll;
}
blockquote p {
font-style: italic;
}
blockquote:before {
content: "“";
font-size: 10rem;
margin-left: -4rem;
margin-top: -2rem;
position: fixed;
filter: opacity(.15);
}
body {
animation: var(--slide-in-blurred-bottom);
font-size: var(--step-0);