list/blockquote styles
This commit is contained in:
@@ -26,27 +26,26 @@ hr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
list-style-type: '∗';
|
list-style: none;
|
||||||
margin-left: 1ch;
|
margin-left: 2ch;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
text-indent: -2ch;
|
||||||
|
|
||||||
li {
|
li::before {
|
||||||
padding-left: 1ch;
|
color: #aaa;
|
||||||
|
content: '∗';
|
||||||
|
margin: 0 1ch 0 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
margin: 0 2ch 0 0;
|
margin: 0 2ch 0 0;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
border-left: 1ch solid #ddd;
|
||||||
&::before {
|
|
||||||
content: "“";
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
p {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-left: 2ch;
|
margin-left: 1ch;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user