Breadcrumbs

Style tables to look like in Confluence

Tables on the slides look different than normal Confluence tables by default. If you want the tables to look more like a normal Confluence table, add the following CSS to your theme:

.reveal table th.confluenceTh {
    background: #F4F5F7;
}

.reveal table th, .reveal table td {
    border: 1px solid rgb(193, 199, 208);
}

.reveal table tbody {
    border-bottom: 1px solid rgb(193, 199, 208);
}