Skip to main content
Skip table of contents

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:

CSS
.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);
}

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.