2020-04-02 09:37:23 +00:00
|
|
|
body {
|
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
|
|
|
|
line-height: 1.5em;
|
2023-10-15 04:17:04 +00:00
|
|
|
font-size: 2.1em;
|
2020-04-02 09:37:23 +00:00
|
|
|
color: #222;
|
2023-10-15 22:37:22 +00:00
|
|
|
max-width: 70%;
|
2020-04-02 09:37:23 +00:00
|
|
|
padding: 2rem;
|
|
|
|
margin: auto;
|
2020-04-03 15:34:56 +00:00
|
|
|
background: #fafafa;
|
|
|
|
overscroll-behavior-y: none;
|
|
|
|
}
|
2020-04-02 09:37:23 +00:00
|
|
|
|
|
|
|
img {
|
|
|
|
max-width: 100%; }
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #0074D9; }
|
|
|
|
|
|
|
|
h1, h2, strong {
|
|
|
|
color: #111; }
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-size: 1.6em; }
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
font-size: 1.2em; }
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
font-size: 1.1em; }
|
|
|
|
|
|
|
|
.muted {
|
|
|
|
color: #aaa;
|
|
|
|
text-decoration: none; }
|
|
|
|
|
|
|
|
.small {
|
|
|
|
font-size: .8em; }
|
|
|
|
|
|
|
|
hr {
|
|
|
|
border: 0px;
|
|
|
|
border: 1px solid #eee;
|
2020-04-03 15:34:56 +00:00
|
|
|
}
|
2023-10-15 04:17:04 +00:00
|
|
|
|