Micro.blog

bucky
bucky

@mtt On Tiny Theme, how do I delete the about text/bio on the homepage?

Mtt
Mtt

@bucky In your custom CSS, just add this:

p.description { display:none; }

bucky
bucky

@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.

Mtt
Mtt

@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; }