summaryrefslogtreecommitdiff
path: root/src/static/main.css
blob: eb0bf30f0fccfc084a1ed9029a5ec9242d83e3f1 (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
body {
	color: white;
	background: black;
	image-rendering: pixelated;
}

#root-container {
	margin: auto;
	text-align: center;
	width: min-content;
}

.content {
	margin-top: 0.75em;
}

.grey {
	color: #ddd !important;
}

img {
	width: 100%;
}

hr {
	border: none;
	height: 1px;
	background-color: #333;
}