From 284a1c085e6d44442fc39310cb7bee2136ec708b Mon Sep 17 00:00:00 2001 From: Emily de la Rua Date: Tue, 7 May 2024 12:50:01 -0400 Subject: [PATCH] Set quarto site inline text color --- book/assets/css/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/book/assets/css/style.css b/book/assets/css/style.css index c053bc2537..da19466c97 100644 --- a/book/assets/css/style.css +++ b/book/assets/css/style.css @@ -14,6 +14,11 @@ } } +/* -- inline code color --*/ +code { + color: #00bc8c !important; +} + /* -- Giscus content --*/ .giscus { margin-left: 75px; @@ -22,4 +27,4 @@ /* -- shinylive --*/ .shinylive-editor { max-height: 500px !important; -} \ No newline at end of file +}