From ea64a04cbbba4af5cdf7b57433f4bc43636a578e Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Thu, 24 Mar 2022 01:32:52 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/prism-theme.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/styles/prism-theme.css b/styles/prism-theme.css index e06f932..bd9b94a 100644 --- a/styles/prism-theme.css +++ b/styles/prism-theme.css @@ -23,15 +23,15 @@ } .dark-mode .notion .notion-inline-code { - background: rgb(71,76,80) !important; + background: rgb(71, 76, 80) !important; color: #ff4081; - padding: .2em .4em !important; + padding: 0.2em 0.4em !important; } .light-mode .notion .notion-inline-code { color: #ff4081; - background: rgba(55,53,47, .1) !important; - padding: .2em .4em !important; + background: rgba(55, 53, 47, 0.1) !important; + padding: 0.2em 0.4em !important; } .token.cdata, @@ -118,3 +118,8 @@ pre[class*='language-'] > code { box-shadow: none !important; background: none !important; } + +pre[class*='language-']:before, +pre[class*='language-']:after { + display: none !important; +}