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

	@media (prefers-color-scheme: dark) { html { color-scheme:
		dark; } }
</style>