aboutsummaryrefslogtreecommitdiff
path: root/kamon-status/src/styles/main.scss
blob: cde62b373565745d550853d765c35a7be58ff9e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
body {
  background-color: #f7f7f7;
  font-size: 14px;
  color: #929292;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3 {
  font-weight: 300;
}

.text-label {
  color: #b3b3b3;
}