This commit is contained in:
2026-03-26 17:19:43 +09:00
parent df4bdc7bf7
commit 2014dca623
8 changed files with 44 additions and 157 deletions

View File

@@ -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;