diff --git a/assets/css/theme.css b/assets/css/theme.css index aa643ae..5c67fbf 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -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 {