list/blockquote styles

This commit is contained in:
David Eisinger
2023-05-30 15:36:43 -04:00
parent 34abb94c25
commit a3a4b3c779

View File

@@ -26,27 +26,26 @@ hr {
}
ul {
list-style-type: '';
margin-left: 1ch;
list-style: none;
margin-left: 2ch;
padding: 0;
text-indent: -2ch;
li {
padding-left: 1ch;
li::before {
color: #aaa;
content: '';
margin: 0 1ch 0 0;
}
}
blockquote {
margin: 0 2ch 0 0;
font-style: italic;
&::before {
content: "";
position: absolute;
}
border-left: 1ch solid #ddd;
p {
width: 100%;
margin-left: 2ch;
margin-left: 1ch;
}
}