style: optimize markdown style

This commit is contained in:
XPoet 2021-01-21 18:28:00 +08:00
parent ae780fb0a8
commit 3d611a9c43
2 changed files with 8 additions and 0 deletions

View File

@ -52,6 +52,10 @@
color: var(--default-text-color);
}
em {
color: var(--default-text-color);
}
ul > li, ol > li {
margin-left: 16px;

View File

@ -20,6 +20,10 @@ if (hexo-config('comment.valine.enable')) {
font-size: 1.38rem;
color: var(--default-text-color);
i {
color: var(--default-text-color);
}
+keep-tablet() {
margin: 5px 0;
font-size: 1.2rem;