summary refs log tree commit diff
path: root/styles/global.scss
blob: 53e50902cd67ff3c3bca48693eb64acd61cf4fe3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@import './fonts.scss';

html {
  margin: 0;
  padding: 0;
  background: linear-gradient(to bottom, #444, #222);
  min-height: 100vh;
}

body {
  min-height: 100vh;
  margin: 0 auto;
  box-sizing: border-box;
  font-family: var(--font-family-body);
}