UNPKG
rhamt-vscode-extension
Version:
latest (0.0.1)
0.0.1
RHAMT VSCode extension
rhamt-vscode-extension
/
src
/
view
/
index.css
12 lines
(10 loc)
•
190 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
@import
url(
'https://fonts.googleapis.com/css?family=Joti+One'
);
body
{
margin
:
0
;
padding
:
0
;
font-family
: sans-serif; }
html
,
body
{
overflow
: hidden;
height
:
100%
; }