summaryrefslogtreecommitdiff
path: root/src/static/main.css
blob: 55fa1518de165a14cdfe98721c263ef9186158bf (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: 50ch;
}

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