Skip to content
Discussion options

You must be logged in to vote

Where did you find $toc-font-size and $toc-color?
Available SCSS variables are described in https://quarto.org/docs/presentations/revealjs/themes.html#sass-variables and those are not in it.

When playing around HTML and (S)CSS, the best way to understand and target the elements is to open the file in your favourite browser and use the inspect/developper mode.

#TOC {
  font-size: 5em;
}

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by YJallen
Comment options

You must be logged in to vote
6 replies
@YJallen
Comment options

@mcanouil
Comment options

mcanouil Jul 3, 2023
Collaborator

@cderv
Comment options

cderv Jul 3, 2023
Maintainer

@mcanouil
Comment options

mcanouil Jul 3, 2023
Collaborator

@cderv
Comment options

cderv Jul 3, 2023
Maintainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
revealjs Issues with the revealjs format html Issues with HTML and related web technology (html/css/scss/js) themes Related to HTML theming or any other style related issue (like highlight-style)
3 participants