From dc28555682153d3def710f6132e96dffd37ffd4e Mon Sep 17 00:00:00 2001 From: ryanzomorrodi Date: Fri, 22 Nov 2024 02:28:49 -0600 Subject: [PATCH] Remove background color from quarto iframe --- R/utils.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/utils.R b/R/utils.R index c21b262..e4e699b 100644 --- a/R/utils.R +++ b/R/utils.R @@ -1,6 +1,7 @@ wrap_in_iframe <- function(html) { html <- paste(html, collapse = "\n") html <- gsub("'", "\"", html) + html <- gsub("background-color:\\s*?#fafbfe", "background-color: transparent", html) paste( "