Add bullet-point styling for markdown lists
This commit is contained in:
parent
2623244fb3
commit
16941f6074
1 changed files with 4 additions and 4 deletions
|
@ -98,10 +98,6 @@ a:hover {
|
|||
padding: 1rem;
|
||||
}
|
||||
|
||||
#blog-post-content li {
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
#blog-post-content ul {
|
||||
padding: 1rem;
|
||||
padding-top: 0rem;
|
||||
|
@ -109,6 +105,10 @@ a:hover {
|
|||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
#blog-post-content li {
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
.dotted-border {
|
||||
border-bottom: #e4e4e4 8px dotted;
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue