summaryrefslogtreecommitdiff
path: root/public/assets/css/css.css
blob: 3d4f9e069ed9f503bad60e904b2db343b61b5507 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: black;
}
.scene-tooltip {
  background: black;
  color: white !important;
  padding: 4px;
  max-width: 250px;
  text-align: center;
  font-size: 18px !important;
  line-height: 1.3;
  font-family: serif !important;
}