Gitiles
Code Review
Sign In
gerrit.avm99963.com
/
graf
/
refs/heads/master
/
.
/
css
/
general.css
blob: 767a1bf12bed24dc21fc721ba597ea2971719c83 [
file
] [
log
] [
blame
]
Javier López-Contreras
6d1d72d
2018-12-27 23:17:18 +0100
[
diff
] [
blame
]
1
html
,
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
}