mirror of
https://github.com/morgan9e/blog
synced 2026-04-14 00:04:07 +09:00
a
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
|
||||
|
||||
/* Reset */
|
||||
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
|
||||
|
||||
/* Base */
|
||||
body {
|
||||
font-family: "IBM Plex Sans", "Pretendard", system-ui, sans-serif;
|
||||
font-family: "IBM Plex Sans", "Inter", "Pretendard", system-ui, sans-serif;
|
||||
max-width: 680px;
|
||||
margin: 0 auto;
|
||||
padding: 48px 24px;
|
||||
@@ -48,7 +50,7 @@ nav.site-nav a:hover {
|
||||
|
||||
/* Homepage */
|
||||
.home {
|
||||
font-family: "IBM Plex Mono", monospace;
|
||||
font-family: "IBM Plex Mono", "Pretendard", monospace;
|
||||
font-size: 17px;
|
||||
margin-top: 28vh;
|
||||
line-height: 1.9;
|
||||
@@ -133,6 +135,7 @@ nav.site-nav a:hover {
|
||||
}
|
||||
|
||||
.post-list li a {
|
||||
font-family: "IBM Plex Sans", "Pretendard", "Inter", system-ui, sans-serif;
|
||||
color: #0366d6;
|
||||
text-decoration: none;
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user