@Mtt On Tiny Theme, how do change the background color of quoted text? It’s yellow by default, I want to change to a light blue or aqua color.
@bucky Apologies for delayed response. You can see documentation on modifying colors here. For your specific case, you'd want to add this in the "Edit CSS" section of Micro.blog:
:root {
--blockquote: #color_here;
}