set post-content font size from 16 to 17

This commit is contained in:
Reorx 2022-05-15 23:40:06 +08:00
parent 7ca25b0dd9
commit ff878743de
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
} }
.post-content { .post-content {
font-size: 16px; font-size: 17px;
color: var(--content); color: var(--content);
} }