Skip to content

Commit

Permalink
fix: white background, cidv1
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Oct 25, 2019
1 parent 552bc5d commit bb8e12d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="./main.css">
</head>
<body class='sans-serif'>
<body class='sans-serif bg-white'>
<header class='pv3 ph2 ph3-l bg-navy cf'>
<a href="https://ipfs.io/" title='ipfs.io'>
<img src="https://ipfs.io/images/ipfs-logo.svg" class='v-mid' style='height:50px' />
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "parcel index.html",
"build": "parcel build index.html --public-url '.'",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "ipfs add -r --quieter dist"
"deploy": "ipfs add -r --cid-version 1 --quieter dist"
},
"keywords": [],
"author": "Victor Bjelkholm",
Expand Down

0 comments on commit bb8e12d

Please sign in to comment.