Gitiles
Code Review
Sign In
gerrit.avm99963.com
/
graf
/
65622cc2fcbc4a5d2123cb0fa0ad15fce766ce2b
/
.
/
css
/
general.css
blob: 27e07e1e14f00025bc47b2cd3356ce064a5afe54 [
file
] [
log
] [
blame
]
/* ********** HERE STARTS general.css ****** */
html
,
body
{
margin
:
0
;
width
:
100%
;
height
:
100%
;
background-color
:
#060606
;
color
:
white
;
-webkit-tap-highlight-color
:
rgba
(
0
,
0
,
0
,
0
);
user-select
:
none
!important
;
font-family
:
'Roboto'
;
}