Fix wide margins in code blocks

This commit is contained in:
n 2021-08-12 18:30:07 +09:00
parent 170914185d
commit 4fcfcfdc8d

View file

@ -12,6 +12,8 @@ a.header-anchor, a.header-anchor:visited { color: var(--lm-base-text-color) !imp
.dark-mode a.header-anchor, .dark-mode a.header-anchor:visited { color: var(--dm-base-text-color) !important; text-decoration: none; }
a.header-anchor:hover { text-decoration: underline; }
code span .content { margin: 0 !important; }
/* Apply code style to generic code */
pre:not([class*="language-"]) {
background: #2E3440;