deckdeckgo
deckdeckgo copied to clipboard
starter: papyrus display a slide separator
Display a separator such as ". . ." between slides in papyrus mode
deckgo-deck[direction="papyrus"], deckgo-deck[direction-mobile="papyrus") {
.deckgo-slide-container:not(:first-child):not(:nth-child(2)):before {
content: ". . .";
position: absolute;
top: 8px;
left: 50%;
transform: translate(-50%, 0);
color: var(--color, rgba(0,0,0,0.8));
}
.deckgo-slide-container:not(:first-child) {
padding: 32px 0 0;
}
}
not sure because of the waves...