aboutsummaryrefslogtreecommitdiff
path: root/interactive/glsl-layout-calculator/style.css
blob: 778a34fea27c6d7ec7e7cee88bde30d63b619317 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
html {
	color-scheme: dark;
}

body {
	margin: 3vw auto;
	max-width: 55rem;
	line-height: 1.3;
	font-size: 1.2rem;
	padding: 0 2rem;
	
	background-color: $background;
	color: $foreground;
	font-family: monospace;
}

h1, h2, h3, h4 {
	margin-bottom: 0.2rem;
}

p {
	margin-top: 0.1rem;
}