/*
Theme Name: Blackshell
Author: Daniel
Description: Personal developer blog theme for blackshell.dev
Version: 0.1.0
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
Tags: full-site-editing, block-themes, dark
*/

/* 한글 헤딩 */
h1, h2, h3, h4, h5, h6 {
	font-family: 'DM Mono', 'IBM Plex Sans KR', monospace;
}

/* 인라인 코드 스타일 */
.wp-block-post-content code {
	background: transparent;
  color: var(--wp--preset--color--primary);
	padding: 0;
  font-size: 0.95em;
	font-family: 'DM Mono', 'IBM Plex Sans KR', monospace;
}

/* 텍스트 선택 색상 */
::selection {
  background: #ffffff4d;
  color: var(--wp--preset--color--contrast);
}

/* 4. footer 하단 고정 */
.wp-site-blocks {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.wp-block-query, main {
  flex: 1;
}

/* 5. giscus 너비 */
.giscus {
  max-width: 560px;
  margin: 0 auto;
  padding: 0;
}

/* 6. 보류 항목 */
/*
.site-header {
  border-bottom: 3px solid var(--wp--preset--color--border);
}

.site-footer {
  border-top: 3px solid var(--wp--preset--color--border);
}
*/
