aboutsummaryrefslogtreecommitdiff
path: root/app/static/gen/style.css
blob: 6dd29947db5e64c9762f898d90fc123c3cb369f8 (plain) (blame)
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
35
36
37
38
39
40
41
42
43
44
45
46
body {
  background: #282828;
  color: #ebdbb2;
  font-family: monospace;
}

a a:active, a:visited {
  color: #458588;
}

.container {
  margin: auto;
  width: 60%;
}

button {
  border-radius: 8px;
  background-color: #458588;
  border-color: #458588;
  border: none;
  margin: 0.5rem;
}

button.accent {
  background-color: #d79921;
  border-color: #d79921;
}

form {
  width: 40%;
}

label,
input {
  display: inline-block;
}

label {
  width: 40%;
  text-align: right;
}

label + input {
  width: 40%;
  margin: 0 30% 0 4%;
}