The section component defines the base layout for the entire slide.
var(--slide-padding-y)
var(--slide-padding-x)
--base-padding-x
--base-padding-y
--base-color-bg
var(--color-white)
--base-color-text
var(--color-grey-darkest)
--base-font-family
var(--font-family-base)
--base-font-size
var(--font-size-base)
--base-line-height
var(--line-height-normal)
Override background, text color, and font size:
--- style: | :root { --base-color-bg: #f8fafc; --base-color-text: #1e293b; --base-font-size: 36px; } ---
This slide has a light grey background with smaller text.