summaryrefslogtreecommitdiff
path: root/style.css
blob: 641b3802a2c404fb26e93d15ca3889b0816fc9e3 (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
31
body {
	background-color: #293e28;
}

body, input {
	color: #e6fee5;
	font-family: monospace;
	font-size: 16px;
}

main {
	max-width: 32em;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

img, object {
	max-width: 50%;
}

input[type=text] {
	background: none;
	border: none;
	border-bottom: 1px solid #e6fee5;
}

input[type=submit] {
	background: none;
	border: 1px solid #e6fee5;
}