blob: eda32ac610a88572942cf8e5e947bf528b100c9e [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}
13