Add go map note; tweak complex UL styles

This commit is contained in:
David Eisinger
2023-07-16 23:12:15 -04:00
parent fe096bf939
commit 0c1989589a
2 changed files with 29 additions and 15 deletions

View File

@@ -46,6 +46,16 @@ ul {
text-indent: -2ch;
}
}
blockquote {
p:first-child {
text-indent: 0;
}
pre {
text-indent: 0;
}
}
}
}
@@ -54,7 +64,6 @@ ol {
padding: 0;
}
blockquote {
border-left: 1ch solid #ddd;
font-style: italic;