From 040d11f5a6e3fd0eeb5c4323b9e8e34cde6c8473 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Mon, 1 Feb 2021 11:38:27 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/prism-theme.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/styles/prism-theme.css b/styles/prism-theme.css index 1d1328f..ebd806b 100644 --- a/styles/prism-theme.css +++ b/styles/prism-theme.css @@ -13,10 +13,10 @@ } .notion code { color: rgba(31, 41, 55, 1); - border: 0 none; - box-shadow: none; - background: none; - padding: 0; + border: 0 none !important; + box-shadow: none !important; + background: none !important; + padding: 0 !important; } .dark-mode .notion code { color: rgba(229, 231, 235, 1); @@ -99,3 +99,9 @@ pre { .token.variable { background: none; } + +pre[class*='language-'] > code { + border-left: 0 none !important; + box-shadow: none !important; + background: none !important; +}