Update post-entry.css

This commit is contained in:
Morgan 2023-12-01 23:32:56 +09:00 committed by GitHub
parent 5e89753bef
commit 83fa7ca706
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -71,13 +71,13 @@
.entry-header h2 { .entry-header h2 {
font-weight: 450; font-weight: 450;
font-size: 20px; font-size: 18px;
line-height: 1.5; line-height: 1.5;
} }
.entry-content { .entry-content {
color: var(--secondary); color: var(--secondary);
font-size: 16px; font-size: 15px;
line-height: 1.6; line-height: 1.6;
overflow: hidden; overflow: hidden;
display: -webkit-box; display: -webkit-box;