aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/partials/style.html
blob: 0ab37a895c8a826cff1d556a205436bafc310e41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<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 {
	    color: #2e7fcc;
	}

</style>