Skip to content
Discussion options

You must be logged in to vote

Use (S)CSS, see https://quarto.org/docs/presentations/revealjs/themes.html.

To target the right element use your browser developper mode, usually right mouse button and "inspect".

---
title: "Untitled"
format: revealjs
include-in-header:
  - text: |
      <style>
      #title-slide .title {
        font-size: 4.5em;
        color: #b22222;
      }
      </style>
---

Replies: 2 comments

Comment options

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

You must be logged in to vote
0 replies
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)
2 participants