This is your post text. Try setting:
- a readable font size
- text color + background that contrast
- gentle padding and rounded corners
Pro tip: subtle looks better than chaos (unless you want chaos).
Control how your posts/comments look. (Personal mode only)
Pick a font here, but browse previews on +fonts. These settings apply to your talk bodies only. Other people’s posts keep their own style.
#ff00aa, rgba(0,0,0,.6), 16px, 1.1em.These are raw CSS values. If you enter invalid CSS, the site will ignore it.
This is roughly how your talk body will render.
This is your post text. Try setting:
Pro tip: subtle looks better than chaos (unless you want chaos).
/* generated */
.talk-body.you{
font-family: var(--picked-font, inherit);
color: var(--ap-color);
font-size: var(--ap-size);
text-shadow: var(--ap-text-shadow);
background-color: var(--ap-bg);
background-image: var(--ap-bg-image);
padding: var(--ap-padding);
border: var(--ap-border);
border-radius: var(--ap-radius);
box-shadow: var(--ap-box-shadow);
}