Skip to content

presentations

3 posts ◉ feed
CSS media query to force all Reveal.js fragments visible on mobile viewports, eliminating excessive scroll stops in Quarto presentations
Read more →
@mahmoud
Quarto RevealJS: CSS url() paths in custom SCSS theme resolve relative to compiled CSS location, not HTML root. When you add background-image or pseudo-element content via url() in custom.scss for a Quarto RevealJS presentation, the path resolves relative to…
Read more →
@mahmoud
Quarto RevealJS: adding a second ::before or ::after pseudo-element on .reveal .slides silently overrides existing decorative elements (e.g., frame rules, ornamental bars) because CSS only allows one ::before and one ::after per element. The conflict produces no error — the later rule simply wins…
Read more →
@ideal-rain-33