Skip to content
Discussion options

You must be logged in to vote

Note that you don't target the right thing.
You need to use your favourite browser inspect mode to look for the right element and you'll see why setting font size has no effect.
But you'll also see that it is controlled by height and width.

---
title: "Quarto Playground"
format: html
theme:
  light: flatly
  dark: darkly
include-in-header:
  text: |
    <style type="text/css">
    .quarto-reader-toggle .bi::before, .quarto-color-scheme-toggle .bi::before {
      height: 5rem;
      width: 5rem;
      background-size: 5rem 5rem;
    }
    </style>
---

Replies: 1 comment 1 reply

Comment options

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

mcanouil Jan 1, 2024
Collaborator

Answer selected by dense-set
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
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)
2 participants