We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a9f2ba commit b941aebCopy full SHA for b941aeb
web/core.css
@@ -38,7 +38,7 @@ body {
38
padding-right : 0px;
39
40
/*font-family : 맑은 고딕;*/
41
- font-family: "Chiron Hei HK", sans-serif;
+ font-family: "Chiron Hei HK", Consolas;
42
font-size : 1.0em;
43
font-weight : normal;
44
font-style : normal;
@@ -94,17 +94,17 @@ body {
94
}
95
96
pre {
97
- background-color: #f7ece9;
98
- padding: 2px 4px;
99
- border-radius: 4px;
+ background-color: #fafbf1;
+ padding: 4px 8px;
+ border-radius: 8px;
100
font-size: 1.0em;
101
- font-family: 맑은 고딕;
102
103
104
code {
105
106
107
108
109
110
/*
0 commit comments