From ba025c1f4b2530b92377a714fbed63d645aaf2d1 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Fri, 29 Jan 2021 18:06:30 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/prism-theme.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/styles/prism-theme.css b/styles/prism-theme.css index 74710ce..30f7109 100644 --- a/styles/prism-theme.css +++ b/styles/prism-theme.css @@ -10,7 +10,9 @@ background-color: rgba(17, 24, 39, 1); border-color: rgba(55, 65, 81, 1); } - +.notion pre { + border: 0 none; +} .notion code { color: rgba(31, 41, 55, 1); }