aboutsummaryrefslogtreecommitdiff
path: root/src/scss/base/_body.scss
blob: a6fd80df838716c6cfcc1fa6b4c1f9627449ecd2 (plain) (blame)
1
2
3
4
5
6
body {
  background-color: $color-grey-light;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  height: 100%;
}