aboutsummaryrefslogtreecommitdiff
path: root/public/global.css
blob: d9a82c3d6decc4525a4b4ba6e9ad9b55be5661b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
html {
  box-sizing: border-box;
}

body {
  position: absolute;
  width: 100%;
  height: 100%;
}

a {
  color: inherit;
}

*, *:before, *:after {
  box-sizing: inherit;
}

button {
  cursor: pointer;
  display: flex;
  background-color: initial;
  color: black;
  border: none;
  font-size: inherit;
}