Skip to content

Commit b941aeb

Browse files
committed
1
1 parent 1a9f2ba commit b941aeb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

web/core.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ body {
3838
padding-right : 0px;
3939

4040
/*font-family : 맑은 고딕;*/
41-
font-family: "Chiron Hei HK", sans-serif;
41+
font-family: "Chiron Hei HK", Consolas;
4242
font-size : 1.0em;
4343
font-weight : normal;
4444
font-style : normal;
@@ -94,17 +94,17 @@ body {
9494
}
9595

9696
pre {
97-
background-color: #f7ece9;
98-
padding: 2px 4px;
99-
border-radius: 4px;
97+
background-color: #fafbf1;
98+
padding: 4px 8px;
99+
border-radius: 8px;
100100
font-size: 1.0em;
101-
font-family: 맑은 고딕;
101+
font-family: "Chiron Hei HK", Consolas;
102102
}
103103

104104
code {
105-
background-color: #f7ece9;
105+
background-color: #fafbf1;
106106
font-size: 1.0em;
107-
font-family: 맑은 고딕;
107+
font-family: "Chiron Hei HK", Consolas;
108108
}
109109

110110
/*

0 commit comments

Comments
 (0)