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