edited post

This commit is contained in:
Morgan 2023-10-29 16:17:12 +09:00
parent 8d35cf1b05
commit eb2ab4d0d0
2 changed files with 2 additions and 1 deletions

View File

@ -35,6 +35,7 @@
.post-content { .post-content {
font-size: 15.5px; font-size: 15.5px;
font-weight: 450;
font-family: inherit; font-family: inherit;
color: var(--content); color: var(--content);
} }

View File

@ -18,7 +18,7 @@
} }
.dark { .dark {
--theme: #262626; --theme: #181818;
--entry: rgb(46, 46, 51); --entry: rgb(46, 46, 51);
--primary: rgb(218, 218, 219); --primary: rgb(218, 218, 219);
--secondary: rgb(155, 156, 157); --secondary: rgb(155, 156, 157);