By referring the style from Code and Me , to update the block quote area with shadow for better experience.
.container > .main > .entry blockquote { /* 引用區塊背景與背影 */ background-color: {{accent_color}}11 !important; box-shadow: 2px 2px 2px 1px rgba(220, 220, 220, .2); }