summaryrefslogtreecommitdiffhomepage
path: root/style.css
blob: bd1cb01340dcd3fdfb6c140efb2f0333ffda47e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
body {
	margin: 0;
}

.wreck {
	width: 18px;
	fill: #8886;
}

.wreck.killed {
	fill: #eee;
}

#wrapper {
	display: flex;
	width: 100vw;
	height: 100vh;
	flex-direction: column;
}

#container {
	position: relative;
	overflow: hidden;
	flex-grow: 1;
}

#toolbar {
	background: #eee;
	padding: 1em;
}