Skip to content
Discussion options

You must be logged in to vote

Yes this is only CSS related. You are not specifically overriding some rules close enough to your table, or with less specificity so some Quarto / Revealjs CSS applies.

For example Revealjs theme that we bundle defines some border around table rows

.reveal table th,
.reveal table td {
text-align: left;
padding: 0.2em 0.5em 0.2em 0.5em;
border-bottom: 1px solid;
}

If you are not overriding this in your own theme, meaning, you are not explicitly asking for no border at tall, then you are just inheriting the style of the output that will be used.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@vincentarelbundock
Comment options

@mcanouil
Comment options

@cderv
Comment options

Answer selected by mcanouil
@vincentarelbundock
Comment options

@mcanouil
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
tables Issues with Tables including the gt integration revealjs Issues with the revealjs format themes Related to HTML theming or any other style related issue (like highlight-style)
3 participants