|
|
@ -300,6 +300,8 @@ a:hover { |
|
|
|
} |
|
|
|
.page-content .tags-list { |
|
|
|
float: right; |
|
|
|
max-width: 40%; |
|
|
|
text-align: right; |
|
|
|
} |
|
|
|
|
|
|
|
article .post-content { |
|
|
@ -311,7 +313,7 @@ article .post-content { |
|
|
|
list-style: none; |
|
|
|
} |
|
|
|
.page-content ul li{ |
|
|
|
margin-left: 10px; |
|
|
|
margin-left: 20px; |
|
|
|
} |
|
|
|
.page-content ul li::before { |
|
|
|
content: "\2022"; |
|
|
@ -321,15 +323,22 @@ article .post-content { |
|
|
|
width: 0.75em; |
|
|
|
margin-left: -0.5em; |
|
|
|
} |
|
|
|
.page-content li ul { |
|
|
|
margin-left: 20px; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.page-content ol { |
|
|
|
margin-left: 20px; |
|
|
|
list-style: decimal; |
|
|
|
list-style-type: decimal; |
|
|
|
list-style-color: #53bcdf; |
|
|
|
} |
|
|
|
.page-content ol li{ |
|
|
|
margin-left: 10px; |
|
|
|
} |
|
|
|
.page-content ol li::before{ |
|
|
|
content: none; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.page-content em { |
|
|
@ -398,5 +407,4 @@ figure img { |
|
|
|
#navbar { |
|
|
|
min-height: 75px; |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|