Skip to content

callout title with "dark" revealjs themes #11943

@jtkulas

Description

@jtkulas

Bug description

Callout block rendering appears "very muted" with dark RevealJS themes via Quarto 1.6.40 (I've only verified with `moon', 'night', and 'league'):

Image

The callouts appear fine with default or light-background themes.

Session info:

R version 4.2.2 (2022-10-31 ucrt)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19045)

Matrix products: default

locale:
[1] LC_COLLATE=English_United States.utf8
[2] LC_CTYPE=English_United States.utf8
[3] LC_MONETARY=English_United States.utf8
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.utf8

attached base packages:
[1] stats graphics grDevices utils datasets methods base

loaded via a namespace (and not attached):
[1] compiler_4.2.2 fastmap_1.1.1 cli_3.6.0 tools_4.2.2
[5] htmltools_0.5.7 rstudioapi_0.15.0 yaml_2.3.10 rmarkdown_2.28
[9] knitr_1.45 jsonlite_1.8.9 xfun_0.42 digest_0.6.31
[13] rlang_1.1.3 evaluate_1.0.0

Steps to reproduce

---
title: "Untitled"
format: 
  revealjs:
    theme: moon #night,league
---

## Callout

::: {.callout-note}
Hey there
:::

Expected behavior

No response

Actual behavior

No response

Your environment

R version 4.2.2 (2022-10-31 ucrt)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19045)

IDE - RStudio 2024.04.1 Build 748

Quarto check output

Quarto 1.6.40
[>] Checking environment information...
Quarto cache location: C:\Users\ergadmin\AppData\Local\quarto
[>] Checking versions of quarto binary dependencies...
Pandoc version 3.4.0: OK
Dart Sass version 1.70.0: OK
Deno version 1.46.3: OK
Typst version 0.11.0: OK
[>] Checking versions of quarto dependencies......OK
[>] Checking Quarto installation......OK
Version: 1.6.40
Path: C:\Users\ergadmin\AppData\Local\Programs\Quarto\bin
CodePage: 1252

[>] Checking tools....................OK
TinyTeX: (external install)
Chromium: (not installed)

[>] Checking LaTeX....................OK
Using: TinyTex
Path: C:\Users\ergadmin\AppData\Roaming\TinyTeX\bin\windows
Version: 2024

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

[>] Checking Python 3 installation....OK
Version: 3.10.9 (Conda)
Path: C:/Users/ergadmin/anaconda3/python.exe
Jupyter: 5.2.0
Kernels: python3

[>] Checking Jupyter engine render....OK

[>] Checking R installation...........OK
Version: 4.2.2
Path: C:/PROGRA1/R/R-421.2
LibPaths:
- C:/Users/ergadmin/AppData/Local/R/win-library/4.2
- C:/Program Files/R/R-4.2.2/library
knitr: 1.45
rmarkdown: 2.28

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingcalloutsIssues with Callout Blocks.regressionFunctionality that used to work but now is broken.revealjsIssues with the revealjs formatthemesRelated 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