Former-commit-id: 7eb714d6d6601cad03f2e41f20645c3253b56f2d [formerly 4031c97f1237649aef5d81bd6ddbf26c5628ccd3] Former-commit-id: 69e35745942ae94fdbb7d9cc745942babaaf1fbe
59 lines
895 B
CSS
59 lines
895 B
CSS
html {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
color: #4A4A4A;
|
|
line-height: 1.45;
|
|
letter-spacing: -.01em;
|
|
}
|
|
h1 {
|
|
font-size: 3.3rem;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 2.6rem;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 2.4rem;
|
|
}
|
|
|
|
h4 {
|
|
font-size: 2.2rem;
|
|
}
|
|
|
|
h5 {
|
|
font-size: 2rem;
|
|
}
|
|
body {
|
|
text-rendering: optimizeLegibility;
|
|
letter-spacing: -.01em;
|
|
line-height: 1.9rem;
|
|
color: #5d686f;
|
|
font-size: 1.125rem;
|
|
}
|
|
|
|
.main-content-wrap {
|
|
display: block;
|
|
max-width: 750px;
|
|
margin: 0 auto;
|
|
padding-right: 1.2em;
|
|
padding-left: 1.2em;
|
|
}
|
|
blockquote {
|
|
border-left: 2px solid #d1dced;
|
|
padding: .4em 1.2em;
|
|
}
|
|
|
|
code, pre {
|
|
font-size: 1.3rem;
|
|
font-family: "Courier New", Courier, monospace;
|
|
font-weight: 600;
|
|
border-radius: 3px;
|
|
background: #f5f5f5;
|
|
padding: 0 .4em;
|
|
word-wrap: pre;
|
|
overflow-x: auto;
|
|
}
|