aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
blob: f3c4065a10f64ddb6b5b91284a773659abcf1c79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
html { background: #000; color: #fff }
body { margin: 0; font-family: sans-serif }
main { max-width: 1000px }
a { color: cornflowerblue }

#player {
	display: block;
	width: 100vw;
	height: 90vh;
	max-height: 80vw;
	box-sizing: border-box;
}

.comment .replies { margin-left: 2rem }