summaryrefslogtreecommitdiffhomepage
path: root/app/assets/stylesheets/style.css
blob: 965bbd124d442a5fbc63f88b98b16b892a905f6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
body {
	background-color: black;
	color: white;
}

.indent {
	padding: 1px;
	margin-left: 15px;
}

div.indent {
	display : list-item;
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 0.2em;
}