summaryrefslogtreecommitdiffstats
path: root/src/renderer/runtime/index.css
blob: 672c4106ecc7edeb5acbb44763514e61dc776bb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
html, body, div {
	width: 100%;
	height: 100%;
}

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #223;
	overflow: hidden;
}