diff --git a/styles/prism-mac-style.css b/styles/prism-mac-style.css index 572fa764..ff2472a7 100644 --- a/styles/prism-mac-style.css +++ b/styles/prism-mac-style.css @@ -4,6 +4,7 @@ .code-toolbar { position: relative; box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .4); + padding-bottom: 0 !important; @apply mb-8 mt-4 pt-6 w-full rounded-lg bg-black } @@ -66,4 +67,8 @@ pre[class*="language-mermaid"] { /* mermaid 原文隐藏 */ code.language-mermaid { display:none +} + +pre.notion-code.line-numbers{ + margin-bottom: 0 !important } \ No newline at end of file