aboutsummaryrefslogtreecommitdiff
path: root/htdocs/less/app.less
blob: 228e67b48f6e1d30a4f0e3864be3127ff1067a1d (plain)
1
2
3
4
5
6
7
8
9
10
11
body {
  background-color: @bg;
  color: @fg;
  font-size: 16px;
  font-family: sans-serif;
}

p {
  padding: 10px;
  font-family: serif;
}