Skip to content
Discussion options

You must be logged in to vote

I think for that one page you could inject CSS in the header to overwrite the defaults,

---
title: "Untitled"
format: 
   html:
     include-in-header: 
        text: |
          <style>
          h1 {
          color: rgb(255, 1, 1);
          }
          </style>
---

Replies: 5 comments 13 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
9 replies
@baarthur
Comment options

@cderv
Comment options

@mcanouil
Comment options

@baarthur
Comment options

@mcanouil
Comment options

Comment options

You must be logged in to vote
2 replies
@mcanouil
Comment options

@baarthur
Comment options

Answer selected by baarthur
Comment options

You must be logged in to vote
2 replies
@cderv
Comment options

@baarthur
Comment options

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
None yet
4 participants