blob: 4db942ed333cb48f48ae8ab266ad99b89f583caa [file] [log] [blame]
Javier López-Contreras6dc18a32018-12-26 12:40:04 +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}
11