New theme to block quotes.

This commit is contained in:
BurnyLlama 2021-08-10 22:52:44 +02:00
parent 10ab05eefa
commit 65d87c1da7

View File

@ -87,7 +87,9 @@ blockquote {
padding: .5rem 1rem;
border-left: .2rem solid var(--primary);
border-radius: 0 .5rem .5rem 0;
background-color: var(--grey3);
box-shadow: 0 1rem 2rem var(--grey1);
}
ul, ol {