From 70869586fa663295627612af1289ce94de09a780 Mon Sep 17 00:00:00 2001 From: Kieran Klukas <92754843+kcoderhtml@users.noreply.github.com> Date: Wed, 21 Aug 2024 11:36:24 -0400 Subject: [PATCH] feat: remove background color from pre --- components/arcade/showcase/readme-renderer.module.css | 1 - 1 file changed, 1 deletion(-) diff --git a/components/arcade/showcase/readme-renderer.module.css b/components/arcade/showcase/readme-renderer.module.css index 8eac9277..ab481d6f 100644 --- a/components/arcade/showcase/readme-renderer.module.css +++ b/components/arcade/showcase/readme-renderer.module.css @@ -382,7 +382,6 @@ SOFTWARE. } .reactMarkDown pre { - background-color: #f8f8f8; border: 1px solid #cccccc; font-size: 13px; line-height: 19px;