Skip to content

monobackgroundcolor ignored by document title and section title #6781

@zenggyu

Description

@zenggyu

Bug description

As the title suggests, monobackgroundcolor seems to be ignored by by document title and section title.

Steps to reproduce

---
title: "Document title with `code`"
format:
  html:
    monobackgroundcolor: "transparent"
---

# Section title with `code`

Some text with `code`

Expected behavior

monobackgroundcolor should affect document title and section title as well.

Actual behavior

monobackgroundcolor does not affect document title or section title. Example below:

图片

Your environment

  • IDE: RStudio 2023.06.0 Build 421
  • OS: Ubuntu 22.04

Quarto check output

quarto check

[✓] Checking versions of quarto binary dependencies...
      Pandoc version 3.1.1: OK
      Dart Sass version 1.55.0: OK
[✓] Checking versions of quarto dependencies......OK
[✓] Checking Quarto installation......OK
      Version: 1.3.361
      Path: /opt/quarto/bin

[✓] Checking basic markdown render....OK

[✓] Checking Python 3 installation....OK
      Version: 3.10.12
      Path: /usr/bin/python3
      Jupyter: (None)

      Jupyter is not available in this Python installation.
      Install with python3 -m pip install jupyter

[✓] Checking R installation...........OK
      Version: 4.3.0
      Path: /usr/lib/R
      LibPaths:
        - /home/nick/R/x86_64-pc-linux-gnu-library/4.3
        - /usr/local/lib/R/site-library
        - /usr/lib/R/site-library
        - /usr/lib/R/library
      knitr: 1.43
      rmarkdown: 2.22

[✓] Checking Knitr engine render......OK

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesthtmlIssues with HTML and related web technology (html/css/scss/js)themesRelated to HTML theming or any other style related issue (like highlight-style)

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions