From b04a0fa94e94af2b1414feb12f9cbde71ed73df2 Mon Sep 17 00:00:00 2001 From: "Raymond R. Balise" Date: Sat, 24 Jan 2026 11:45:54 -0500 Subject: [PATCH] remove light green outline on code blocks, fix template name for r_med example --- ...med2025.qmd => quarto_slides_example_rmed.qmd} | 0 inst/gists/slides_example_rmed.scss | 15 +++++++++++++++ 2 files changed, 15 insertions(+) rename inst/gists/{quarto_slides_example_rmed2025.qmd => quarto_slides_example_rmed.qmd} (100%) 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; +}