Skip to content

Commit

Permalink
Merge pull request #2 from daskyrk/master
Browse files Browse the repository at this point in the history
Update notion-light-enhanced.css
  • Loading branch information
skoowoo authored Mar 5, 2023
2 parents 8de3fa3 + f329d0c commit eba1c20
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion themes/notion/notion-light-enhanced.css
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,24 @@ table tr td:last-child {
margin-bottom: 0;
}

pre {
padding: 16px;
overflow: auto;
font-size: 85%;
line-height: 1.45;
background-color: var(--code-fence-bg-color);
border-radius: 6px;
margin-top: 0;
margin-bottom: 16px;
font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas,
Liberation Mono, monospace;
word-wrap: normal;
}

pre code {
background-color: transparent;
}

kbd {
font-size: 0.875rem;
background: var(--kbd-bg-color);
Expand Down Expand Up @@ -852,4 +870,4 @@ megamenu-back-btn {

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

0 comments on commit eba1c20

Please sign in to comment.