mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
Add margin-top to lists
This commit is contained in:
parent
f4a400d555
commit
f77fc97525
1 changed files with 3 additions and 2 deletions
|
|
@ -5,8 +5,9 @@
|
|||
.content pre { border-left: 5px solid #2185d0; }
|
||||
.dark-mode .content pre { border-left: 5px solid #355379; }
|
||||
|
||||
.content ol { list-style: decimal outside; padding-left: 2em; }
|
||||
.content ul { list-style: outside; padding-left: 2em; }
|
||||
.content ol { list-style: decimal outside; }
|
||||
.content ul { list-style: outside; }
|
||||
.content ol, .content ul { margin-top: 10px; padding-left: 2em; }
|
||||
|
||||
a.header-anchor, a.header-anchor:visited { color: var(--lm-base-text-color) !important; text-decoration: none; }
|
||||
.dark-mode a.header-anchor, .dark-mode a.header-anchor:visited { color: var(--dm-base-text-color) !important; text-decoration: none; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue