Style blockquotes
This commit is contained in:
parent
62f6268651
commit
7b00d49d43
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user