summaryrefslogtreecommitdiff
path: root/nexus/static/css/main.css
blob: 069bafed4c01d6442ee8d72b14583e023941a0e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: monospace;
  padding: 2rem;
}
.error {
  color: red;
  margin-bottom: 1rem;
}
input,
button {
  display: block;
  margin-bottom: 1rem;
}