Skip to content

Commit eba1c20

Browse files
authored
Merge pull request #2 from daskyrk/master
Update notion-light-enhanced.css
2 parents 8de3fa3 + f329d0c commit eba1c20

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

themes/notion/notion-light-enhanced.css

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,24 @@ table tr td:last-child {
380380
margin-bottom: 0;
381381
}
382382

383+
pre {
384+
padding: 16px;
385+
overflow: auto;
386+
font-size: 85%;
387+
line-height: 1.45;
388+
background-color: var(--code-fence-bg-color);
389+
border-radius: 6px;
390+
margin-top: 0;
391+
margin-bottom: 16px;
392+
font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas,
393+
Liberation Mono, monospace;
394+
word-wrap: normal;
395+
}
396+
397+
pre code {
398+
background-color: transparent;
399+
}
400+
383401
kbd {
384402
font-size: 0.875rem;
385403
background: var(--kbd-bg-color);
@@ -852,4 +870,4 @@ megamenu-back-btn {
852870

853871
.megamenu-menu-panel table tr:nth-child(2n + 1) {
854872
background-color: var(--side-bar-bg-color);
855-
}
873+
}

0 commit comments

Comments
 (0)