summaryrefslogtreecommitdiff
path: root/static/styles.css
blob: cce5d61118f3a006bc68ff9703591d1fcc465e6b (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
32
33
34
.q {
	font-style: italic;
	font-weight: bold;
}

.join-form {
	margin-top: .5em;
}

.manage {
	font-style: italic;
	font-weight: bold;
	color: DarkRed;
}

h3 {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.desc {
	margin-top: 1em;
	width: 80%;
}

input {
	width: 80%;
}

.when {
	width: fit-content;
}