body {
    /* Override Bootstrap's reboot instead of fighting it:
       _reboot.scss sets `body { background-color: var(--bs-body-bg); }` */
    /*--bs-body-bg: skyblue;*/
}

.table {
    /* _tables.scss paints cells via var(--bs-table-bg); default is transparent
       so the skyblue body shows through. Set it to keep the table white. */
    --bs-table-bg: #ffffff;
}
