aboutsummaryrefslogtreecommitdiffstats
path: root/public/projects/angular-small-apps/apps/recipes/src/styles/base/_base.scss
blob: 40658f5035ed61ebc1ac0b32feb44007408300fb (plain)
1
2
3
4
5
6
body {
  background: #ededed;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.618;
}