Skip to content
Discussion options

You must be logged in to vote

The theme option is for SCSS not CSS.
Below is an example to tweak title and subtitle font-size, and tweak author colour.

/*-- scss:rules --*/
#title-slide {
  .title {
    font-size: 4.5em;
    color: #ffffff;
  }

  .subtitle {
    font-size: 3em;
  }

  .quarto-title-author {
    color: #ffffff;
  }
}

You also have .quarto-title-affiliation, .quarto-title-author-email, .quarto-title-author-name to have more fine grain tuning.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ChristelSwift
Comment options

Answer selected by ChristelSwift
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants