src/index.css 372 B raw
1
:root {
2
	font-family: ui-monospace, Consolas, monospace;
3
	color-scheme: dark;
4
	color: #f5f3ee;
5
	background: #121113;
6
	font-synthesis: none;
7
	text-rendering: optimizeLegibility;
8
	-webkit-font-smoothing: antialiased;
9
	-moz-osx-font-smoothing: grayscale;
10
}
11
12
html,
13
body,
14
#root {
15
	margin: 0;
16
	padding: 0;
17
	width: 100%;
18
	height: 100%;
19
	overflow: hidden;
20
	background: #121113;
21
}