Add margin-top to lists

This commit is contained in:
n 2021-11-21 20:49:52 +09:00
parent f4a400d555
commit f77fc97525

View file

@ -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; }