aboutsummaryrefslogtreecommitdiff
path: root/htdocs/scss/app.scss
blob: c1c6160a876f9a7edc5b21f78e08b296eeb1ea4a (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;
}