bucky
bucky

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

|
Embed
Progress spinner
Mtt
Mtt

@bucky In your custom CSS, just add this:

p.description { display:none; }
|
Embed
Progress spinner
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.

|
Embed
Progress spinner
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;
}
|
Embed
Progress spinner