v0.1.5 패키지 경고 및 개발 출력 수정
This commit is contained in:
@@ -49,11 +49,26 @@ body {
|
||||
margin: 0;
|
||||
background: var(--bg);
|
||||
color: var(--text);
|
||||
font-family: var(--font-sans);
|
||||
font-family: var(--gh-font-body, var(--font-sans));
|
||||
-webkit-font-smoothing: antialiased;
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
.gh-content h1,
|
||||
.gh-content h2,
|
||||
.gh-content h3,
|
||||
.gh-content h4,
|
||||
.gh-content h5,
|
||||
.gh-content h6 {
|
||||
font-family: var(--gh-font-heading, var(--font-sans));
|
||||
}
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
|
||||
Reference in New Issue
Block a user