blob: 767a1bf12bed24dc21fc721ba597ea2971719c83 [file] [log] [blame]
Javier López-Contreras6d1d72d2018-12-27 23:17:18 +01001html, body {
2 margin: 0;
3 width: 100%;
4 height: 100%;
5 background-color: #060606;
6 color: white;
7 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
8 user-select: none !important;
9 font-family: 'Roboto';
10}