list/blockquote styles
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user