aboutsummaryrefslogtreecommitdiff
path: root/styles/globals.css
blob: 7caaf3eb071ef888eb9a25761eda165d983eb2d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  background-color: #484848;
  color: #FFFFFF;
  font-family: Hack;
  src: url("/ttf/Hack-Regular.ttf");

}