New theme to block quotes.
This commit is contained in:
parent
10ab05eefa
commit
65d87c1da7
|
@ -87,7 +87,9 @@ blockquote {
|
||||||
padding: .5rem 1rem;
|
padding: .5rem 1rem;
|
||||||
|
|
||||||
border-left: .2rem solid var(--primary);
|
border-left: .2rem solid var(--primary);
|
||||||
|
border-radius: 0 .5rem .5rem 0;
|
||||||
background-color: var(--grey3);
|
background-color: var(--grey3);
|
||||||
|
box-shadow: 0 1rem 2rem var(--grey1);
|
||||||
}
|
}
|
||||||
|
|
||||||
ul, ol {
|
ul, ol {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user