Images with dark/transparent backgrounds vanish on dark slides (e.g. a black-background logo on the Alun theme).
Add bordered to the parser's modifier list:
.deckset-bordered img { border: 1px solid rgba(255,255,255,0.15); border-radius: 8px; }
Composable: . Raised by Paulo 2026-04-15 adding the StellarDeck logo to a talk.
Images with dark/transparent backgrounds vanish on dark slides (e.g. a black-background logo on the Alun theme).
Add
borderedto the parser's modifier list:Composable:
. Raised by Paulo 2026-04-15 adding the StellarDeck logo to a talk.