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; +}