mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
Fix wide margins in code blocks
This commit is contained in:
parent
170914185d
commit
4fcfcfdc8d
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue