blob: 534cef9e9dd7f279381825ed41b2e0065ad3b274 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<style>
body { font: 1.06rem monospace, "Noto Serif CJK"; font-weight:
400; line-height: 1.8; max-width: 740px; margin: 40px
auto; padding: 0 20px;
}
pre { border: 1px dashed #555; padding: 12px; overflow-x:
auto; }
img { max-width: 100%; }
a, a:visited, .title {
color: #3f51b0;
box-shadow: inset 0 -1px #f0f0f0;
text-decoration: none;
}
blockquote p {
color: #5e5e5e;
}
</style>
|