diff --git a/inst/gists/quarto_slides_example_rmed2025.qmd b/inst/gists/quarto_slides_example_rmed.qmd similarity index 100% rename from inst/gists/quarto_slides_example_rmed2025.qmd rename to inst/gists/quarto_slides_example_rmed.qmd diff --git a/inst/gists/slides_example_rmed.scss b/inst/gists/slides_example_rmed.scss index c39b6549..dc154890 100644 --- a/inst/gists/slides_example_rmed.scss +++ b/inst/gists/slides_example_rmed.scss @@ -62,3 +62,18 @@ $link-color: $primary; max-width: unset !important; max-height: unset !important; } + +.reveal div.sourceCode { + border: 1px solid #ccc !important; + box-shadow: none !important; +} + +.reveal pre { + /* Remove the inner border */ + border: none !important; + box-shadow: none !important; +} + +.reveal pre code { + background-color: #F1F3F5; +}