Skip to content

Commit

Permalink
Merge pull request #9 from postlight/feat-boilerplate-design
Browse files Browse the repository at this point in the history
feat: boilerplate default styling
  • Loading branch information
wismer committed Feb 6, 2020
2 parents 9da4aa6 + 78abc22 commit b14723c
Show file tree
Hide file tree
Showing 11 changed files with 460 additions and 50 deletions.
2 changes: 1 addition & 1 deletion custom/renderers/index.js
@@ -1,3 +1,3 @@
// import Foo from "./Foo";

// export { Foo };
export default {};
5 changes: 5 additions & 0 deletions custom/styles.css
Expand Up @@ -2,3 +2,8 @@
display: none;
visibility: hidden;
}

html {
color: #141414;
background-color: #fafafa;
}
Binary file added public/bike.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b14723c

Please sign in to comment.