This commit is contained in:
Morgan 2023-11-08 16:08:18 +09:00
parent e3c3c44eba
commit 3ddee67fb5
1 changed files with 3 additions and 3 deletions

View File

@ -40,12 +40,12 @@
.post-content { .post-content {
padding-top: var(--gap); padding-top: var(--gap);
font-size: 16px; font-size: 16.5px;
font-weight: 380; font-weight: 400;
font-family: inherit; font-family: inherit;
color: var(--content); color: var(--content);
letter-spacing: 0.1px; letter-spacing: 0.1px;
line-height: 1.8; line-height: 2;
} }
.post-content h3, .post-content h3,