fix/mac_code_style

This commit is contained in:
tangly1024
2023-07-07 21:31:36 +08:00
parent c430979d16
commit 91bdba26fe
3 changed files with 4 additions and 4 deletions

View File

@@ -768,7 +768,7 @@ code[class*='language-'] {
overflow: auto;
font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier,
monospace;
@apply w-full mb-4 dark:bg-black;
@apply w-full mb-0 dark:bg-black !important;
}
.notion-column {
@@ -2016,7 +2016,7 @@ code.language-mermaid {
}
.code-toolbar{
@apply w-full shadow-md;
@apply w-full shadow-md pb-0;
}
.mermaid > svg {